staticoso/Themes/Makefile

13 lines
163 B
Makefile
Raw Normal View History

all: All
All: BuildThemes BuildDemos
BuildThemes:
python3 ./Scripts/BuildThemes.py
BuildDemos:
sh ./Scripts/BuildDemos.sh
clean: Clean
Clean:
rm -rf ./Build