Added build_all.sh due to popular demand.
This commit is contained in:
parent
44f3004047
commit
75f96079f9
1 changed files with 4 additions and 0 deletions
4
build_all.sh
Executable file
4
build_all.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
./build_engine.sh
|
||||
./build_game.sh
|
||||
./build_editor.sh
|
Loading…
Reference in a new issue