doom/clean-compiled => doom/clean-compiled-files
This commit is contained in:
parent
27b344b64a
commit
1ff0c2a8e7
2 changed files with 3 additions and 3 deletions
4
Makefile
4
Makefile
|
@ -33,9 +33,9 @@ $(MODULES): init.el .local/autoloads.el
|
|||
@rm -fv $(shell find modules/$@ -type f -name '*.elc')
|
||||
@$(EMACS) -f doom/compile -- modules/$@
|
||||
|
||||
clean:
|
||||
@$(EMACS) -f doom/clean-compiled
|
||||
|
||||
clean:
|
||||
@$(EMACS) -f doom/clean-compiled-files
|
||||
|
||||
clean-pcache:
|
||||
@$(EMACS) -l persistent-soft --eval '(delete-directory pcache-directory t)'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue