Makefile: add clean directive to remove existing packages

This commit is contained in:
Evie Litherland-Smith 2024-08-12 07:34:12 +01:00
parent 9ddb445963
commit a95b258c74

View file

@ -1,6 +1,9 @@
.PHONY: default install
.PHONY: default install clean
default: install
install:
emacs --script install.el --kill
clean:
-rm -rf ./elpa/ ./eln-cache/