staticoso/Themes/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