mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Add make clean-pcache task
This commit is contained in:
3
Makefile
3
Makefile
@ -39,6 +39,9 @@ clean:
|
|||||||
clean-cache:
|
clean-cache:
|
||||||
@$(EMACS) -f doom/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: init.el .local/autoloads.el
|
||||||
@$(TEST_EMACS) $(patsubst %,-l %, $(TESTS)) -f ert-run-tests-batch-and-exit
|
@$(TEST_EMACS) $(patsubst %,-l %, $(TESTS)) -f ert-run-tests-batch-and-exit
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user