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