This commit is contained in:
Tom Willemse 2016-10-07 17:20:24 +02:00
parent e878b58967
commit 0857027a90

View file

@ -5,5 +5,5 @@ define tangle =
@$(EMACS) -batch \ @$(EMACS) -batch \
-eval "(package-initialize)"\ -eval "(package-initialize)"\
-load ob-tangle \ -load ob-tangle \
-eval "(org-babel-tangle-file \"\$<\" \"$(notdir $@)\" \"$(1)\")" -eval "(org-babel-tangle-file \"$<\" \"$(notdir $@)\" \"$(1)\")"
endef endef