legacy-dotfiles/functions.mk

4 lines
92 B
Makefile
Raw Normal View History

2014-12-19 22:13:32 +01:00
define tangle =
emacs -Q -batch -l "ob-tangle" -eval "(org-babel-tangle-file \"$<\")"
endef