ttrpg/Makefile

7 lines
175 B
Makefile
Raw Normal View History

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