[goalc] add a build system (#704)

* add first attempt at build system

* fix stupid bug

* try again
This commit is contained in:
water111
2021-07-15 21:37:15 -04:00
committed by GitHub
parent 77667d9185
commit ef011f4fe8
33 changed files with 2208 additions and 72 deletions
+2 -5
View File
@@ -47,15 +47,12 @@ echo " ================ Running offline decompiler tests..."
echo " ================ Decompiling..."
../scripts/shell/decomp.sh
echo " ================ Building assets..."
../scripts/shell/gc.sh -cmd \(build-data\)
echo " ================ Building project..."
../scripts/shell/gc.sh -cmd \(make-group\ \"iso\"\)
echo " ================ Checking assets..."
../scripts/shell/check.sh
echo " ================ Building game..."
../scripts/shell/gc.sh -cmd \(build-game\)
echo " ================ Booting game..."
../scripts/shell/boot_game.sh