summaryrefslogtreecommitdiffhomepage
path: root/projects/VSCode/Makefile
diff options
context:
space:
mode:
authorChrisDill <[email protected]>2018-09-27 15:54:02 +0100
committerChrisDill <[email protected]>2018-09-27 15:54:02 +0100
commit73701c12b224b8d0461d50bdd5e3b98f7aaa2297 (patch)
tree74b35d743821ce193f14690cd961ff50d6f12555 /projects/VSCode/Makefile
parent1836e02c1ef9909d25bbb89b9d9fdd6ec934aada (diff)
parent29eddb9ff3fda090ed416a2736a6d2db4cca77e9 (diff)
downloadraylib-73701c12b224b8d0461d50bdd5e3b98f7aaa2297.tar.gz
raylib-73701c12b224b8d0461d50bdd5e3b98f7aaa2297.zip
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'projects/VSCode/Makefile')
-rw-r--r--projects/VSCode/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/VSCode/Makefile b/projects/VSCode/Makefile
index 6397fb29..9794c1ab 100644
--- a/projects/VSCode/Makefile
+++ b/projects/VSCode/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 ?= standard_game
+PROJECT_NAME ?= game
DEBUGGING ?= FALSE
# Default path for raylib on Raspberry Pi, if installed in different path, update it!