mirror of
https://gitlab.com/octtspacc/staticoso
synced 2025-03-13 01:30:10 +01:00
13 lines
163 B
Makefile
13 lines
163 B
Makefile
all: All
|
|
All: BuildThemes BuildDemos
|
|
|
|
BuildThemes:
|
|
python3 ./Scripts/BuildThemes.py
|
|
|
|
BuildDemos:
|
|
sh ./Scripts/BuildDemos.sh
|
|
|
|
clean: Clean
|
|
Clean:
|
|
rm -rf ./Build
|