build(Makefile): add clean targets

This commit is contained in:
contrapunctus 2021-06-08 20:40:20 +05:30
parent e56ac6b66d
commit 47d093ca75
1 changed files with 8 additions and 0 deletions

View File

@ -34,3 +34,11 @@ lint-relint: setup tangle
emacs -q -Q --batch --eval='(relint-file "jabber.el")'
lint: lint-check-declare lint-checkdoc lint-package-lint lint-relint
clean-tangle:
rm jabber.el
clean-elc:
rm *.elc
clean: clean-elc