tilde/suckmore/Makefile

14 lines
131 B
Makefile

index.html:
%.html: %.md
pandoc \
--from markdown \
--to html \
--standalone \
--output $@ \
$<
clean:
rm -f *.html