We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 971ca82 commit d90192dCopy full SHA for d90192d
.gitignore
@@ -1,6 +1,6 @@
1
*.ali
2
*.o
3
-eepers
+eepers-linux
4
eepers.exe
5
test
6
test.exe
build-linux.sh
@@ -2,8 +2,8 @@
set -xe
-gnatmake -f -O3 -Wall -Wextra -gnat2012 eepers.adb -bargs -static -largs -L./raylib/raylib-5.0_linux_amd64/lib/ -l:libraylib.a -lm -pthread
-./eepers
+gnatmake -f -O3 -Wall -Wextra -gnat2012 -o eepers-linux eepers.adb -bargs -static -largs -L./raylib/raylib-5.0_linux_amd64/lib/ -l:libraylib.a -lm -pthread
+./eepers-linux
7
8
# gnatmake -f -Wall -Wextra -gnat2022 test.adb -largs -L./raylib/raylib-5.0_linux_amd64/lib/ -l:libraylib.a -lm
9
# ./test
0 commit comments