Skip to content

Commit

Permalink
chore: add clean_pcache target in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Mar 22, 2023
1 parent b1edd7e commit a7e02d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ all:
clean:
rm -rf $(EMACS_DIR)/eln-cache $(EMACS_DIR)/local/eln-cache $(EMACS_DIR)/local/cache $(EMACS_DIR)/local/straight/build-*

clean_pcache:
rm -rf $(EMACS_DIR)/local/pcache

clean_all: clean
rm -rf $(EMACS_DIR)/local/straight/

Expand Down

0 comments on commit a7e02d1

Please sign in to comment.