Add make clean-pcache task
This commit is contained in:
parent
9acdbc8552
commit
9c5788baf0
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -39,6 +39,9 @@ clean:
|
|||
clean-cache:
|
||||
@$(EMACS) -f doom/clean-cache
|
||||
|
||||
clean-pcache:
|
||||
@$(EMACS) -l persistent-soft --eval '(delete-directory pcache-directory t)'
|
||||
|
||||
test: init.el .local/autoloads.el
|
||||
@$(TEST_EMACS) $(patsubst %,-l %, $(TESTS)) -f ert-run-tests-batch-and-exit
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue