aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rw-r--r--build.sh4
1 files changed, 2 insertions, 2 deletions
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