summaryrefslogtreecommitdiffstats
path: root/.emacs.d
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d')
-rw-r--r--.emacs.d/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/Makefile b/.emacs.d/Makefile
index c919bd9..17db788 100644
--- a/.emacs.d/Makefile
+++ b/.emacs.d/Makefile
@@ -1,5 +1,5 @@
.PHONY: all site-lisp
-all: init2.elc init.elc site-lisp/
+all: init.elc site-lisp/
%.elc: %.el
emacs -Q -batch -eval "(byte-compile-file \"$<\")"