Add make clean-pcache task

This commit is contained in:
Henrik Lissner 2017-06-07 16:00:11 +02:00
parent 9acdbc8552
commit 9c5788baf0

View file

@ -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