summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--emacs/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/emacs/Makefile b/emacs/Makefile
index e641477..7848203 100644
--- a/emacs/Makefile
+++ b/emacs/Makefile
@@ -13,10 +13,10 @@ include ../dotfiles2.mk
install: init.elc
-init.el: init.org
- $(EMACS) -Q -batch \
- -eval "(progn (require 'org) (require 'ob-tangle) \
- (org-babel-tangle-file \"$^\"))"
+# init.el: init.org
+# $(EMACS) -Q -batch \
+# -eval "(progn (require 'org) (require 'ob-tangle) \
+# (org-babel-tangle-file \"$^\"))"
init.elc: init.el
$(EMACS) -Q -batch -eval "(byte-compile-file \"init.el\")"