summaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/Makefile')
-rw-r--r--emacs/.emacs.d/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/Makefile b/emacs/.emacs.d/Makefile
index 058412a..bd60d48 100644
--- a/emacs/.emacs.d/Makefile
+++ b/emacs/.emacs.d/Makefile
@@ -6,7 +6,7 @@ all: init2.elc init.elc site-lisp/
@emacs -Q -batch -eval "(byte-compile-file \"$<\")"
init.el: init2.el
-init2.el: init.org
+init2.el: init.org org/intro.org
@echo "OBT $<"
@emacs -Q -batch -l "ob-tangle" -eval "(org-babel-tangle-file \"init.org\")"