From 5cf6d9018e2ae075de22a54447e7e5486f15e95e Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 29 May 2016 00:40:13 -0400 Subject: [PATCH] make compile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 4ce99f4b0..93d1b8385 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,9 @@ update: autoloads _update core/core.elc init.elc autoloads: @$(EMACS) --batch -l init.el --eval '(doom-reload-autoloads)' 2>&1 +compile: clean + @$(EMACS) --batch -l init.el --eval '(doom-byte-compile t)' 2>&1 + snippets: @[ -d private/snippets ] || git clone $(REPO_URL)/emacs-snippets private/snippets