add build all script

This commit is contained in:
Matteias Collet 2022-11-27 04:01:37 +00:00 committed by GitHub
parent d6243f08e0
commit 3ca7abb1a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

6
build-all.sh Executable file
View 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