Initial Commit

This commit is contained in:
Lucia Ceionia
2022-09-14 18:44:58 -05:00
commit 0d1727bea8
10 changed files with 4539 additions and 0 deletions

6
Makefile Normal file
View File

@@ -0,0 +1,6 @@
%.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