From 3a219262f9fd59f478d06ec48e69e8ecfde809cf Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 24 Oct 2015 23:55:11 -0400 Subject: [PATCH] Compile more files on make update --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fa58cf027..4c9252402 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ update: autoloads @git pull @cask install @cask update - @emacs -Q --batch -f batch-byte-compile init-load-path.el + @emacs -Q --batch -f batch-byte-compile init.el init-load-path.el core/core.el core/core-os-osx.el contrib/*.el clean: clean-extras @rm -f *.elc {core,modules,private,contrib}/*.elc {core,modules}/lib/*.elc