diff options
| author | Constantine Tarasenkov <constantine@protonmail.com> | 2016-01-29 08:02:53 +0300 |
|---|---|---|
| committer | Constantine Tarasenkov <constantine@protonmail.com> | 2016-01-29 08:02:53 +0300 |
| commit | e6ad166ae34a35ee2a2f53359146ae58d1376dd6 (patch) | |
| tree | f9d51cbffe248393fedfbd604064b9a986bb0f8d /src/makefile | |
| parent | 5d6475c93b5b23837220124d5dabd1c39ab9a80a (diff) | |
| download | raylib-e6ad166ae34a35ee2a2f53359146ae58d1376dd6.tar.gz raylib-e6ad166ae34a35ee2a2f53359146ae58d1376dd6.zip | |
Diffstat (limited to 'src/makefile')
| -rw-r--r-- | src/makefile | 2 |
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 |
