Commit Graph

2 Commits

Author SHA1 Message Date
nocato 5dd161db93 Add "dev_exe" variant to build.py
This mode will be for a standalone executable (without overlays) with
some overlay actors embedded in and it will boot into some stage 
directly (not main menu). In the future it will include some new 
"homebrew" debug actors (for example debug camera). This is not
a matching executable and it's meant to be freely modified, so checks 
are disabled in this variant.
2024-04-04 21:26:33 +02:00
nocato 00e9ca84ac Remove Makefile
Building the project with it stopped working, as we moved to build.py.
The only useful part of it was `make clean`. Replace that functionality
with a new `clean.py` script and remove Makefile altogether.
2023-09-23 14:08:09 +02:00