From e0c32cf9ee2ba11bbb16c9b253ac0d6d7d4570fa Mon Sep 17 00:00:00 2001 From: rexim Date: Sat, 9 Mar 2024 02:17:48 +0700 Subject: Implement placing the bombs --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index f51497b..1d1ef0f 100755 --- a/build.sh +++ b/build.sh @@ -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 -- cgit v1.2.3