summaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/emacs/.emacs.d/Makefile b/emacs/.emacs.d/Makefile
index 441956e..d3a19ac 100644
--- a/emacs/.emacs.d/Makefile
+++ b/emacs/.emacs.d/Makefile
@@ -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