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