summaryrefslogtreecommitdiff
path: root/run.sh
diff options
context:
space:
mode:
authorkdx <kikoodx@paranoici.org>2023-06-12 12:12:58 +0200
committerkdx <kikoodx@paranoici.org>2023-06-12 12:12:58 +0200
commitacb633cc836a3068b597c89d4f160c5ab6e22fa7 (patch)
tree4a7048ae886e69c47cfc48a7fbc31fa61b41b906 /run.sh
parent07fe6662c369f85c4fa8c0d4a002bd42258851f0 (diff)
downloadgolem-acb633cc836a3068b597c89d4f160c5ab6e22fa7.tar.gz
build.sh alternative to tup
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.sh b/run.sh
index 4cf6869..9fa29f8 100755
--- a/run.sh
+++ b/run.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-tup -q || exit 1
+tup -q || ./build.sh || exit 1
./build/golemc "$1" >build/tmp.orgaasm || exit 1
orgaasm build/tmp.orgaasm build/tmp.rom || exit 1
orgaemu build/tmp.rom