Compile init-load-path on make update

This commit is contained in:
Henrik Lissner 2015-06-25 23:50:18 +02:00
parent 78a27857a6
commit 95d3ee6c07

View file

@ -6,6 +6,7 @@ update: autoloads
@git pull @git pull
@cask install @cask install
@cask update @cask update
@emacs -Q --batch -f batch-byte-compile init-load-path.el
clean: clean-extras clean: clean-extras
@rm -f *.elc {core,modules,private,contrib}/*.elc {core,modules}/lib/*.elc @rm -f *.elc {core,modules,private,contrib}/*.elc {core,modules}/lib/*.elc