From 95d3ee6c073b841f15bef447860792d3132e7792 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 25 Jun 2015 23:50:18 +0200 Subject: [PATCH] Compile init-load-path on make update --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 7970d6323..fa58cf027 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,7 @@ update: autoloads @git pull @cask install @cask update + @emacs -Q --batch -f batch-byte-compile init-load-path.el clean: clean-extras @rm -f *.elc {core,modules,private,contrib}/*.elc {core,modules}/lib/*.elc