dunlin/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