doc/index.html: doc/index.md
pandoc -t html -f gfm < $< > $@
check:
sh test/run.sh
watch:
find . -type f | entr -c -d sh test/run.sh