ttrpg/Makefile
2023-06-21 09:09:49 +00:00

7 lines
175 B
Makefile

%.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 effect.html
all: ttrpg