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
Reorder one flag
pull/779/head
Ray
5 years ago
parent
477ea4d660
commit
32e6a419c1
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/Makefile
+ 1
- 1
src/Makefile
View File
@ -509,7 +509,7 @@ core.o : core.c raylib.h rlgl.h utils.h raymath.h camera.h gestures.h
# Compile rglfw module
rglfw.o
:
rglfw
.
c
$(
CC
)
$(
GLFW_
CFLAGS
)
-c $<
$(
CFLAGS
)
$(
INCLUDE_PATHS
)
-D
$(
PLATFORM
)
-D
$(
GRAPHICS
)
$(
CC
)
-c $<
$(
CFLAGS
)
$(
GLFW_
CFLAGS
)
$(
INCLUDE_PATHS
)
-D
$(
PLATFORM
)
-D
$(
GRAPHICS
)
# Compile shapes module
shapes.o
:
shapes
.
c
raylib
.
h
rlgl
.
h
Write
Preview
Loading…
Cancel
Save