Update Makefile

This commit is contained in:
2019-08-23 10:01:34 +02:00
parent 3f1d182535
commit f312cb688f
5 changed files with 32 additions and 11 deletions

View File

@@ -1,4 +1,4 @@
test: *.org
for f in *.org; do emacsclient -e "(progn (find-file \"$$f\") (org-babel-tangle))"; done
all: tangle
tangle: *.org
for f in ./dotfiles/*.org; do emacsclient -e "(progn (find-file \"$$f\") (org-babel-tangle))"; done