From 5bbc653b7e13f61a49ced496f95794b58284981e Mon Sep 17 00:00:00 2001 From: Aaro Saila Date: Sat, 15 Feb 2025 23:33:58 +0200 Subject: [PATCH] updated compile script --- compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile.sh b/compile.sh index 1145339..0f090b9 100755 --- a/compile.sh +++ b/compile.sh @@ -1,3 +1,3 @@ #!/bin/bash -gcc -Wall -Werror -pedantic -o sanke src/main.c src/snake/**.c src/utils/**.c +gcc -Wall -Werror -pedantic -o sanke src/main.c src/snake/**.c src/utils/**.c src/board/**.c