doom/clear-* => doom/clean-* (consistent with makefile tasks)
This commit is contained in:
parent
f3a065868c
commit
8aac4b2091
4 changed files with 6 additions and 6 deletions
4
Makefile
4
Makefile
|
@ -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).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue