This commit is contained in:
Kim ravn Hansen
2025-08-31 10:08:06 +02:00
commit 81e1196669
12 changed files with 4014 additions and 0 deletions

12
Makefile Executable file
View File

@@ -0,0 +1,12 @@
sort:
cd tooling && lua process.lua ../main.adoc --overwrite
html:
asciidoctor -b html main.adoc -o out/main.html && open out/main.html
pdf:
asciidoctor-pdf main.adoc -o out/main.pdf && open out/main.pdf
d20:
echo "" > out/statsD20.csv
lua tooling/mathD20.lua > out/statsD20.csv && open out/statsD20.csv