summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorrexim <reximkut@gmail.com>2024-03-08 23:53:18 +0700
committerrexim <reximkut@gmail.com>2024-03-08 23:53:18 +0700
commit943af780e66da1a24253a34365c6d6aa96a22fec (patch)
treeb1f293f7dd8c98de809ed1e805eeb3e330748b91 /build.sh
Ready. Set. Go!
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/build.sh b/build.sh
new file mode 100755
index 0000000..f51497b
--- /dev/null
+++ b/build.sh
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+set -xe
+
+gnatmake -B game.adb -largs -L./raylib/raylib-5.0_linux_amd64/lib/ -l:libraylib.a -lm
+./game
+
+#gnatmake -gnat2022 test.adb
+#./test