add build all script
This commit is contained in:
parent
d6243f08e0
commit
3ca7abb1a8
1 changed files with 6 additions and 0 deletions
6
build-all.sh
Executable file
6
build-all.sh
Executable file
|
@ -0,0 +1,6 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
make GAME_VERSION=GMSE01 OUT_DIR=out/gmse01
|
||||||
|
make GAME_VERSION=GMSJ01 OUT_DIR=out/gmsj01
|
||||||
|
make GAME_VERSION=GMSP01 OUT_DIR=out/gmsp01
|
||||||
|
make GAME_VERSION=GMSJ0A OUT_DIR=out/gmsj0a
|
Loading…
Reference in a new issue