summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfpi2020-12-19 18:32:54 +0100
committerfpi2020-12-19 18:33:41 +0100
commitbf7d0a09d6e0eaac029b43d976126164e786910b (patch)
tree3b846cc5934e958a07855fee7f98c0c2fc27cccb
parentExpand update target to also merge and rebase (diff)
Add mkdir before tangling
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7578e04..51c279a 100644
--- a/Makefile
+++ b/Makefile
@@ -33,4 +33,5 @@ pull: tangle/pull.sh
.SILENT: $(addprefix tangle/,$(dst_readme))
$(addprefix tangle/,$(dst_readme)) &: README.org
+ mkdir tangle
emacs --batch --eval "(and (require 'org) (org-babel-tangle-file \"README.org\"))" &> /dev/null