Remove compile-lite task + simple-p option in doom/recompile

This commit is contained in:
Henrik Lissner 2017-02-20 13:11:12 -05:00
parent dc9133fcc7
commit cd713291f3
2 changed files with 9 additions and 13 deletions

View file

@ -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 {} \;