summaryrefslogtreecommitdiffhomepage
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index 244f913..4ac9b76 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -24,7 +24,7 @@
.PHONY: all clean
# Define required raylib variables
-PROJECT_NAME ?= advance_game
+PROJECT_NAME ?= raylib_game
RAYLIB_VERSION ?= 3.8.0
RAYLIB_PATH ?= ../..
@@ -370,7 +370,7 @@ endif
# Define all source files required
PROJECT_SOURCE_FILES ?= \
- advance_game.c \
+ raylib_game.c \
screen_logo.c \
screen_title.c \
screen_options.c \