ttrpg/Makefile

7 lines
163 B
Makefile
Raw Normal View History

2022-09-14 18:44:58 -05:00
%.html: %.md
pandoc $< -f markdown -t html -s -o $@
ttrpg: perks.html spelllist.html test.html main.html creatures.html magical_items.html calc.html
all: ttrpg