aboutsummaryrefslogtreecommitdiff
path: root/src/makefile
diff options
context:
space:
mode:
authorRay <raysan5@gmail.com>2016-02-21 02:30:28 +0100
committerRay <raysan5@gmail.com>2016-02-21 02:30:28 +0100
commit2d1b2efb92725d6cf4a8b4f0660c739382d01f39 (patch)
tree6b42c14cd9fa22e53e67ff53ce133aaadc3de987 /src/makefile
parent4b6e6d4dd45fc3a47b82af7eeb60871140a7eccf (diff)
parent9ec47768121766cf12fef5d1bab8c8302cdac3a6 (diff)
downloadraylib-2d1b2efb92725d6cf4a8b4f0660c739382d01f39.tar.gz
raylib-2d1b2efb92725d6cf4a8b4f0660c739382d01f39.zip
Merge pull request #84 from raysan5/develop
Integrate Develop branch
Diffstat (limited to 'src/makefile')
-rw-r--r--src/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile b/src/makefile
index 2d73e646..cab2ced0 100644
--- a/src/makefile
+++ b/src/makefile
@@ -94,7 +94,7 @@ endif
ifeq ($(PLATFORM),PLATFORM_DESKTOP)
OBJS = core.o rlgl.o glad.o shapes.o text.o textures.o models.o audio.o utils.o camera.o gestures.o stb_vorbis.o
else
- #GLAD only required on desktop platform
+ #GLAD only required on desktop platform
OBJS = core.o rlgl.o shapes.o text.o textures.o models.o audio.o stb_vorbis.o utils.o camera.o gestures.o
endif