summaryrefslogtreecommitdiff
path: root/build-openbsd.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build-openbsd.sh')
-rwxr-xr-xbuild-openbsd.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/build-openbsd.sh b/build-openbsd.sh
new file mode 100755
index 0000000..09c021f
--- /dev/null
+++ b/build-openbsd.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+set -xe
+
+gnatmake -f -O3 -Wall -Wextra -gnat2012 -o eepers-openbsd eepers.adb -bargs -static -largs -L./raylib/raylib-5.0_openbsd_amd64/lib/ -l:libraylib.a -lm -pthread
+./eepers-openbsd