aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d85a290b..1ee30d4a 100644
--- a/Makefile
+++ b/Makefile
@@ -263,6 +263,7 @@ compile:
@echo "Byte-compiling all modules..."
@$(EMACS_BATCH) -L $(MODULE_DIR) \
--eval "(progn \
+ (package-initialize) \
(setq byte-compile-error-on-warn nil) \
(batch-byte-compile))" $(MODULE_FILES)
@echo "✓ Compilation complete"