Use cask to compile .elc files
This commit is contained in:
parent
d49ecc62a7
commit
22084f3d92
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ all: init2.elc init.elc site-lisp/
|
||||||
|
|
||||||
%.elc: %.el
|
%.elc: %.el
|
||||||
@echo "ELC $<"
|
@echo "ELC $<"
|
||||||
@emacs -Q -batch -eval "(byte-compile-file \"$<\")"
|
@cask exec emacs -Q -batch -eval "(byte-compile-file \"$<\")"
|
||||||
|
|
||||||
init.el: init2.el
|
init.el: init2.el
|
||||||
init2.el: init.org org/intro.org
|
init2.el: init.org org/intro.org
|
||||||
|
|
Loading…
Reference in a new issue