chrisbarrett / skeletor.el

Powerful project skeletons for Emacs
GNU General Public License v3.0
126 stars 17 forks source link

Elisp project: missing doc on how to compile multiple files #12

Closed DamienCassou closed 10 years ago

DamienCassou commented 10 years ago

When creating an Elisp project, if this project contains multiple inter-dependent *.el files, it is not clear how to tweak the Makefile to make that work.

DamienCassou commented 10 years ago

One possible way would be to add -L . to the list of arguments in the %.elc rule.

chrisbarrett commented 10 years ago

My make-fu is not strong. If you find a solution that works well, could you submit a PR? :)

DamienCassou commented 10 years ago

Please see #13