Browse Source

Update Makefile

Murray Campbell 7 năm trước cách đây
mục cha
commit
46b171a80c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      projects/VSCode/Makefile

+ 1 - 1
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!