summaryrefslogtreecommitdiffstats
path: root/functions.mk
diff options
context:
space:
mode:
Diffstat (limited to 'functions.mk')
-rw-r--r--functions.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/functions.mk b/functions.mk
new file mode 100644
index 0000000..ba610f1
--- /dev/null
+++ b/functions.mk
@@ -0,0 +1,3 @@
+define tangle =
+emacs -Q -batch -l "ob-tangle" -eval "(org-babel-tangle-file \"$<\")"
+endef