summaryrefslogtreecommitdiffhomepage
path: root/projects/VSCode/Makefile
diff options
context:
space:
mode:
authorMurray Campbell <[email protected]>2018-09-21 18:19:48 -0500
committerGitHub <[email protected]>2018-09-21 18:19:48 -0500
commit9c6a98aa61b0a43c0d85347b3da26f90dd5c42fc (patch)
tree2ba114105ab77f7c4e2427700700db208af60782 /projects/VSCode/Makefile
parentc015529088e62b26c8419a1e1ed026ec959d24a7 (diff)
parentd17c323f98a1341e8e3acee0de1b7c5b8a129d13 (diff)
downloadraylib-9c6a98aa61b0a43c0d85347b3da26f90dd5c42fc.tar.gz
raylib-9c6a98aa61b0a43c0d85347b3da26f90dd5c42fc.zip
Merge pull request #6 from MurrayIRC/MurrayIRC-vscode
Linux Support for VSCode Project
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!