diff options
| author | Murray Campbell <[email protected]> | 2018-09-21 18:12:11 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-09-21 18:12:11 -0500 |
| commit | 46b171a80cfcde67d45bf15ec2f223a9e1566c8c (patch) | |
| tree | 21cfdb6623779d8f355a75c1d070db7cdc82a064 /projects/VSCode | |
| parent | 4757ead493422b749ef0caf0b97c854993bb0be4 (diff) | |
| download | raylib-46b171a80cfcde67d45bf15ec2f223a9e1566c8c.tar.gz raylib-46b171a80cfcde67d45bf15ec2f223a9e1566c8c.zip | |
Update Makefile
Diffstat (limited to 'projects/VSCode')
| -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! |
