tilde/suckmore/Makefile

14 lines
131 B
Makefile
Raw Normal View History

2020-09-29 19:29:20 +00:00
index.html:
%.html: %.md
pandoc \
--from markdown \
--to html \
--standalone \
--output $@ \
$<
clean:
rm -f *.html