mirror of
https://github.com/open-goal/jak-project
synced 2026-06-26 02:24:34 -04:00
[goalc] add a build system (#704)
* add first attempt at build system * fix stupid bug * try again
This commit is contained in:
@@ -99,6 +99,8 @@
|
||||
;; set up indentation for GOAL keywords
|
||||
(put 'with-pp 'common-lisp-indent-function 0)
|
||||
(put 'while 'common-lisp-indent-function 1)
|
||||
(put 'goal-src 'common-lisp-indent-function 1)
|
||||
(put 'engine-src 'common-lisp-indent-function 1)
|
||||
(put 'rlet 'common-lisp-indent-function 1)
|
||||
(put 'until 'common-lisp-indent-function 1)
|
||||
(put 'countdown 'common-lisp-indent-function 1)
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user