From: John Kitchin Date: Tue, 3 Mar 2015 22:46:22 +0000 (-0500) Subject: fix compile and clean-elc targets X-Git-Url: https://git.donarmstrong.com/?p=org-ref.git;a=commitdiff_plain;h=3c820dfd0fea2238b2d9ee444e223e988e24ed9b fix compile and clean-elc targets --- diff --git a/Makefile b/Makefile index 75ed1e8..1932ad1 100644 --- a/Makefile +++ b/Makefile @@ -15,10 +15,10 @@ unit: ${CASK_EXEC} ${EMACS} -Q -batch -l org-ref.el -l org-ref-test.el --eval "(ert t)" compile: - ${CASK_EXEC} ${EMACS} -Q -batch -f batch-byte-compile org-ref-init.el + ${CASK_EXEC} ${EMACS} -Q -batch -f batch-byte-compile *.el clean-elc: - rm -f f.elc + rm -f *.elc tangled: ${MAKE} ${EL_TANGLED}