Files
ttrpg/Makefile
T

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