diff options
Diffstat (limited to 'templates/standard_game/Makefile.Android')
| -rw-r--r-- | templates/standard_game/Makefile.Android | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/standard_game/Makefile.Android b/templates/standard_game/Makefile.Android index d817bc80..b6c68417 100644 --- a/templates/standard_game/Makefile.Android +++ b/templates/standard_game/Makefile.Android @@ -44,7 +44,7 @@ ANDROID_BUILD_TOOLS = $(ANDROID_HOME)/build-tools/28.0.1 ANDROID_PLATFORM_TOOLS = $(ANDROID_HOME)/platform-tools # Android project configuration variables -PROJECT_NAME ?= standard_game +PROJECT_NAME ?= raylib_game PROJECT_LIBRARY_NAME ?= main PROJECT_BUILD_PATH ?= android.$(PROJECT_NAME) PROJECT_RESOURCES_PATH ?= resources |
