summaryrefslogtreecommitdiffhomepage
path: root/games
diff options
context:
space:
mode:
authorRay <[email protected]>2017-10-22 12:08:42 +0200
committerRay <[email protected]>2017-10-22 12:08:42 +0200
commit551de156bb71b2bdd85a4c820934da34896c0bd5 (patch)
tree6929ebd0ea788a983e9f274f213011d3ca532891 /games
parenta483e17f508b5c55a4447f2a9181772a9cf9b272 (diff)
downloadraylib-551de156bb71b2bdd85a4c820934da34896c0bd5.tar.gz
raylib-551de156bb71b2bdd85a4c820934da34896c0bd5.zip
Name tweak
Diffstat (limited to 'games')
-rw-r--r--games/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/Makefile b/games/Makefile
index 00f82d19..7c8fc938 100644
--- a/games/Makefile
+++ b/games/Makefile
@@ -27,7 +27,7 @@
# WARNING: To compile to HTML5, code must be redesigned to use emscripten.h and emscripten_set_main_loop()
PLATFORM ?= PLATFORM_DESKTOP
RAYLIB_PATH ?= ..
-PROJECT_NAME ?= advance_game
+PROJECT_NAME ?= sample_game
# Library type used for raylib and OpenAL Soft: STATIC (.a) or SHARED (.so/.dll)
# NOTE: Libraries should be provided in the selected form