diff options
author | rexim <reximkut@gmail.com> | 2024-03-09 02:17:48 +0700 |
---|---|---|
committer | rexim <reximkut@gmail.com> | 2024-03-09 02:17:48 +0700 |
commit | e0c32cf9ee2ba11bbb16c9b253ac0d6d7d4570fa (patch) | |
tree | d1e9db17c642752c230dff446bb0c27b0d40b848 /build.sh | |
parent | 73a8bb382c0ca8ecde0edbe7ff0214410949dd7c (diff) |
Implement placing the bombs
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,5 +5,5 @@ 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 +# gnatmake -gnat2022 test.adb +# ./test |