Include package.el when byte-compiling

This commit is contained in:
Tom Willemse 2015-06-17 10:38:04 +02:00
parent 2d9f023d14
commit b0016760fe

View file

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