summaryrefslogtreecommitdiff
path: root/build.sh
blob: 57d09fc3201fbe2c0ac77f14f746c33bcf1b5d60 (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -xe

gnatmake -Wall game.adb -largs -L./raylib/raylib-5.0_linux_amd64/lib/ -l:libraylib.a -lm
./game

# gnatmake -gnat2022 test.adb
# ./test