Added build_all.sh due to popular demand.

This commit is contained in:
Marco Cawthorne 2021-01-16 20:38:26 +01:00
parent 44f3004047
commit 75f96079f9

4
build_all.sh Executable file
View file

@ -0,0 +1,4 @@
#!/bin/sh
./build_engine.sh
./build_game.sh
./build_editor.sh