make compile

This commit is contained in:
Henrik Lissner 2016-05-29 00:40:13 -04:00
parent 905cf965c5
commit 5cf6d9018e

View file

@ -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