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