From 1c0cc775732201f4c4d3ee0d6772be786b3b4aa1 Mon Sep 17 00:00:00 2001 From: Uneven Prankster Date: Sun, 15 Oct 2023 21:28:29 -0300 Subject: A lot has certainly happened! --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index e450615..144a89c 100644 --- a/build.sh +++ b/build.sh @@ -5,10 +5,10 @@ GAME_NAME="gunner.exe" # Set your sources here (relative paths!) # Example with two source folders: # SOURCES="src/*.c src/submodule/*.c" -SOURCES="src/*.c" +SOURCES="src/main.c" # Set your raylib/src location here (relative path!) -RAYLIB_SRC="raylib" +RAYLIB_SRC="raylib/src" # About this build script: it does many things, but in essence, it's # very simple. It has 3 compiler invocations: building raylib (which -- cgit v1.2.3