diff options
| author | Ray <[email protected]> | 2018-09-22 09:40:34 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-09-22 09:40:34 +0200 |
| commit | 9e046a42937bf69020a6990c3830863c374b2b7a (patch) | |
| tree | 2ba114105ab77f7c4e2427700700db208af60782 /projects/VSCode/Makefile | |
| parent | 9efe5c6802b25f0e773b659f87153f309b8af8e2 (diff) | |
| parent | 9c6a98aa61b0a43c0d85347b3da26f90dd5c42fc (diff) | |
| download | raylib-9e046a42937bf69020a6990c3830863c374b2b7a.tar.gz raylib-9e046a42937bf69020a6990c3830863c374b2b7a.zip | |
Merge pull request #646 from MurrayIRC/master
Linux Support for VSCode Project
Diffstat (limited to 'projects/VSCode/Makefile')
| -rw-r--r-- | projects/VSCode/Makefile | 2 |
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! |
