This website works better with JavaScript.
首頁
探索
說明
登入
Archivist
/
raylib-src
镜像来自
https://github.com/raysan5/raylib
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
24
Wiki
Activity
瀏覽代碼
Set the correct version of make on macos (
#1202
)
pull/1210/head
Stefan E. Mayer
5 年之前
committed by
GitHub
父節點
3f1029c281
當前提交
6582084e9b
沒有發現已知的金鑰在資料庫的簽署中
GPG Key ID:
4AEE18F83AFDEB23
共有
4 個文件被更改
,包括
12 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
projects/4coder/Makefile
+3
-0
templates/advance_game/Makefile
+3
-0
templates/simple_game/Makefile
+3
-0
templates/standard_game/Makefile
+ 3
- 0
projects/4coder/Makefile
查看文件
@ -177,6 +177,9 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP)
ifeq
(
$(
PLATFORM_OS
)
,LINUX
)
MAKE
=
make
endif
ifeq
(
$(
PLATFORM_OS
)
,OSX
)
MAKE
=
make
endif
e
n
d
i
f
# Define compiler flags:
+ 3
- 0
templates/advance_game/Makefile
查看文件
@ -176,6 +176,9 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP)
ifeq
(
$(
PLATFORM_OS
)
,LINUX
)
MAKE
=
make
endif
ifeq
(
$(
PLATFORM_OS
)
,OSX
)
MAKE
=
make
endif
e
n
d
i
f
# Define compiler flags:
+ 3
- 0
templates/simple_game/Makefile
查看文件
@ -176,6 +176,9 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP)
ifeq
(
$(
PLATFORM_OS
)
,LINUX
)
MAKE
=
make
endif
ifeq
(
$(
PLATFORM_OS
)
,OSX
)
MAKE
=
make
endif
e
n
d
i
f
# Define compiler flags:
+ 3
- 0
templates/standard_game/Makefile
查看文件
@ -176,6 +176,9 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP)
ifeq
(
$(
PLATFORM_OS
)
,LINUX
)
MAKE
=
make
endif
ifeq
(
$(
PLATFORM_OS
)
,OSX
)
MAKE
=
make
endif
e
n
d
i
f
# Define compiler flags:
Write
Preview
Loading…
取消
儲存