3 lines
64 B
Makefile
3 lines
64 B
Makefile
|
|
README.html: README.md
|
|
pandoc -s -f markdown -t html -o $@ $<
|