Add simple target for removing all locally installed packages

For development purposes.
This commit is contained in:
Daniel - 2020-11-21 11:01:21 +01:00
parent 243fb9179f
commit 439c4ff1e5
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 4 additions and 0 deletions

View File

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