diff options
| author | Murray Campbell <[email protected]> | 2018-09-21 18:19:48 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-09-21 18:19:48 -0500 |
| commit | 9c6a98aa61b0a43c0d85347b3da26f90dd5c42fc (patch) | |
| tree | 2ba114105ab77f7c4e2427700700db208af60782 /projects/VSCode/Makefile | |
| parent | c015529088e62b26c8419a1e1ed026ec959d24a7 (diff) | |
| parent | d17c323f98a1341e8e3acee0de1b7c5b8a129d13 (diff) | |
| download | raylib-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/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! |
