このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
Archivist
/
raylib-src
ミラー元
https://github.com/raysan5/raylib
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
24
Wiki
アクティビティ
ソースを参照
Set the correct version of make on macos (
#1202
)
pull/1210/head
Stefan E. Mayer
4年前
committed by
GitHub
親
3f1029c281
コミット
6582084e9b
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID:
4AEE18F83AFDEB23
4個のファイルの変更
、
12行の追加
、
0行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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:
書き込み
プレビュー
読み込み中…
キャンセル
保存