Use cask to compile .elc files

This commit is contained in:
Tom Willemse 2015-04-21 22:16:09 +02:00
parent d49ecc62a7
commit 22084f3d92

View file

@ -3,7 +3,7 @@ all: init2.elc init.elc site-lisp/
%.elc: %.el
@echo "ELC $<"
@emacs -Q -batch -eval "(byte-compile-file \"$<\")"
@cask exec emacs -Q -batch -eval "(byte-compile-file \"$<\")"
init.el: init2.el
init2.el: init.org org/intro.org