diff options
Diffstat (limited to 'build.sh')
| -rw-r--r-- | build.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
