compile-all => compile-lite
This commit is contained in:
parent
30f5d0d79c
commit
b4c033d352
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -21,7 +21,7 @@ autoloads: init.el
|
||||||
compile: init.el clean-elc
|
compile: init.el clean-elc
|
||||||
@$(EMACS) --batch -l init.el -f 'doom/byte-compile'
|
@$(EMACS) --batch -l init.el -f 'doom/byte-compile'
|
||||||
|
|
||||||
compile-all: init.el clean-elc
|
compile-lite: init.el clean-elc
|
||||||
@$(EMACS) --batch -l core/core.el --eval '(doom/byte-compile t)'
|
@$(EMACS) --batch -l core/core.el --eval '(doom/byte-compile t)'
|
||||||
|
|
||||||
clean-cache:
|
clean-cache:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue