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
pull/80/head
Constantine Tarasenkov
9 years ago
parent
5d6475c93b
commit
e6ad166ae3
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
@ -115,7 +115,7 @@ rlgl.o: rlgl.c
$(
CC
)
-c rlgl.c
$(
CFLAGS
)
$(
INCLUDES
)
-D
$(
PLATFORM
)
-D
$(
GRAPHICS
)
# compile glad module
raymath
.o
:
glad
.
c
glad
.o
:
glad
.
c
$(
CC
)
-c glad.c
$(
CFLAGS
)
$(
INCLUDES
)
# compile shapes module
Write
Preview
Loading…
Cancel
Save