From a95b258c7454f345c605d51b596f993f9ffe1f56 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 12 Aug 2024 07:34:12 +0100 Subject: [PATCH] Makefile: add clean directive to remove existing packages --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 665f960..e27f29c 100644 --- a/Makefile +++ b/Makefile @@ -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/