Remove compile-lite task + simple-p option in doom/recompile
This commit is contained in:
parent
dc9133fcc7
commit
cd713291f3
2 changed files with 9 additions and 13 deletions
3
Makefile
3
Makefile
|
@ -20,9 +20,6 @@ autoloads: init.el
|
|||
compile: init.el clean
|
||||
@$(EMACS) -l core/core.el -f 'doom/recompile'
|
||||
|
||||
compile-lite: init.el clean
|
||||
@$(EMACS) -l core/core.el --eval '(doom/recompile t)'
|
||||
|
||||
clean:
|
||||
@rm -fv init.elc
|
||||
@find {core,modules} -type f -iname '*.elc' -exec rm \-fv {} \;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue