doom/clear-* => doom/clean-* (consistent with makefile tasks)

This commit is contained in:
Henrik Lissner 2017-03-19 23:48:43 -04:00
parent f3a065868c
commit 8aac4b2091
4 changed files with 6 additions and 6 deletions

View file

@ -21,10 +21,10 @@ compile: init.el clean
@$(EMACS) -l core/core.el -f 'doom/recompile'
clean:
@$(EMACS) -l core/core.el -f 'doom/clear-compiled'
@$(EMACS) -l core/core.el -f 'doom/clean-compiled'
clean-cache:
@$(EMACS) -l core/core.el -f 'doom/clear-cache'
@$(EMACS) -l core/core.el -f 'doom/clean-cache'
# This is only useful if your emacs.d is somewhere other than ~/.emacs.d (for
# development purposes for instance).