瀏覽代碼

Update Makefile

pull/1589/head
raysan5 4 年之前
父節點
當前提交
a474511356
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. +3
    -0
      templates/advance_game/Makefile

+ 3
- 0
templates/advance_game/Makefile 查看文件

@ -185,6 +185,9 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP)
MAKE = mingw32-make
endif
endif
ifeq ($(PLATFORM),PLATFORM_ANDROID)
MAKE = mingw32-make
endif
# Define compiler flags:
# -O1 defines optimization level

Loading…
取消
儲存