Add proper clean target for generated files

This commit is contained in:
Tom Willemse 2016-05-09 21:51:41 +02:00
parent 9f0fea5138
commit b243926a43

View file

@ -63,12 +63,15 @@ rudel:
clean-byte-compiled:
rm -f $(SITE_LISPS) init2.elc init.elc
clean-autoloads:
rm -f site-lisp/site-autoloads.el init2.el
clean-export:
rm -rf _publish/*.*
clean-generated:
rm -f $(COMPILED_SNIPPETS)
rm -f $(AUTOLOADS_FILE)
rm -f init2.el
rm -f site-lisp/init-circe.el site-lisp/init-lui.el
clean: clean-export clean-byte-compiled clean-generated
### HTML Export