aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorConstantine Tarasenkov <constantine@protonmail.com>2016-01-29 08:02:53 +0300
committerConstantine Tarasenkov <constantine@protonmail.com>2016-01-29 08:02:53 +0300
commite6ad166ae34a35ee2a2f53359146ae58d1376dd6 (patch)
treef9d51cbffe248393fedfbd604064b9a986bb0f8d /src
parent5d6475c93b5b23837220124d5dabd1c39ab9a80a (diff)
downloadraylib-e6ad166ae34a35ee2a2f53359146ae58d1376dd6.tar.gz
raylib-e6ad166ae34a35ee2a2f53359146ae58d1376dd6.zip
Diffstat (limited to 'src')
-rw-r--r--src/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile b/src/makefile
index 1996907d..4f65c440 100644
--- a/src/makefile
+++ b/src/makefile
@@ -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