Remove makefile

This commit is contained in:
Thomas Dehaeze 2020-03-01 21:35:11 +01:00
parent 097d90aa8e
commit 674bcab7f4

View File

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