dunlin/Makefile

6 lines
114 B
Makefile
Raw Normal View History

2022-12-22 22:52:37 +00:00
doc/index.html: doc/index.md
pandoc -t html -f gfm < $< > $@
watch:
find . -type f | entr -c -d sh test/run.sh