From d3a1a850be056691399b5ce48f10b9626475711c Mon Sep 17 00:00:00 2001 From: Shlyakhtun Prokhor Date: Sun, 17 May 2026 19:20:08 +0300 Subject: [PATCH] Improved build system --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 64b5bd0..4ad32a4 100755 --- a/build.sh +++ b/build.sh @@ -3,4 +3,4 @@ set -e mkdir -p build/ -gcc src/*.c -o build/main \ No newline at end of file +gcc -I include/ src/*.c -o build/main \ No newline at end of file