mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-31 04:02:29 +00:00
8 lines
211 B
Makefile
8 lines
211 B
Makefile
.PHONY: all
|
|
|
|
|
|
all:
|
|
./fileval.py template.html Ars_Magica_5th.html --global-namespaces arm5_py_integration.GLOBALS
|
|
./fileval.py template.css Ars_Magica_5th.css --global-namespaces arm5_py_integration.GLOBALS
|
|
|
|
|