stuff
This commit is contained in:
12
Makefile
Executable file
12
Makefile
Executable 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
|
||||
Reference in New Issue
Block a user