Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
Archivist
/
raylib-src
espelhamento de
https://github.com/raysan5/raylib
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
24
Wiki
Atividade
Ver código fonte
Set the correct version of make on macos (
#1202
)
pull/1210/head
Stefan E. Mayer
4 anos atrás
committed by
GitHub
pai
3f1029c281
commit
6582084e9b
Nenhuma chave conhecida encontrada para esta assinatura no banco de dados
ID da chave GPG:
4AEE18F83AFDEB23
4 arquivos alterados
com
12 adições
e
0 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+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
Ver arquivo
@ -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
Ver arquivo
@ -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
Ver arquivo
@ -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
Ver arquivo
@ -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:
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar