From 439c4ff1e5be683ce62667f6759c593f813d776c Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 21 Nov 2020 11:01:21 +0100 Subject: [PATCH] Add simple target for removing all locally installed packages For development purposes. --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 7fda043..26965e9 100644 --- a/Makefile +++ b/Makefile @@ -20,6 +20,10 @@ test: $(ELC) $(TESTC) clean: rm -f $(ELC) $(TESTC) +distclean: clean + rm -rfv elpa + git checkout elpa + .SUFFIXES: .el .elc .el.elc: @echo "Compiling $<"