entr doesn't cope well when emacs makes/removes symlinks that it's looking at
6 lines
137 B
Makefile
6 lines
137 B
Makefile
doc/index.html: doc/index.md
|
|
pandoc -t html -f gfm < $< > $@
|
|
|
|
watch:
|
|
while true ; do ( find . -type f | entr -d sh test/run.sh ) ;done
|