This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
24
Wiki
Activity
Browse Source
Update Makefile
pull/1589/head
raysan5
3 years ago
parent
6037adcace
commit
a474511356
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
templates/advance_game/Makefile
+ 3
- 0
templates/advance_game/Makefile
View File
@ -185,6 +185,9 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP)
MAKE
=
mingw32-make
endif
e
n
d
i
f
i
f
e
q
(
$(
PLATFORM
)
,
P
L
A
T
F
O
R
M
_
A
N
D
R
O
I
D
)
MAKE
=
mingw32-make
e
n
d
i
f
# Define compiler flags:
# -O1 defines optimization level
Write
Preview
Loading…
Cancel
Save