Add proper clean target for generated files
This commit is contained in:
parent
9f0fea5138
commit
b243926a43
1 changed files with 6 additions and 3 deletions
|
@ -63,12 +63,15 @@ rudel:
|
||||||
clean-byte-compiled:
|
clean-byte-compiled:
|
||||||
rm -f $(SITE_LISPS) init2.elc init.elc
|
rm -f $(SITE_LISPS) init2.elc init.elc
|
||||||
|
|
||||||
clean-autoloads:
|
|
||||||
rm -f site-lisp/site-autoloads.el init2.el
|
|
||||||
|
|
||||||
clean-export:
|
clean-export:
|
||||||
rm -rf _publish/*.*
|
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
|
clean: clean-export clean-byte-compiled clean-generated
|
||||||
|
|
||||||
### HTML Export
|
### HTML Export
|
||||||
|
|
Loading…
Reference in a new issue