make compile
This commit is contained in:
parent
905cf965c5
commit
5cf6d9018e
1 changed files with 3 additions and 0 deletions
3
Makefile
3
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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue