9 lines
138 B
Makefile
9 lines
138 B
Makefile
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
|