summaryrefslogtreecommitdiffhomepage
path: root/src/Makefile
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2020-08-20 19:31:54 +0200
committerraysan5 <[email protected]>2020-08-20 19:31:54 +0200
commit06ff1ce2aa80abd6db0e67c74a9466291216f4b2 (patch)
tree8dd3b174129683e3aead229a97c771df91ce9cc5 /src/Makefile
parentc1585dda0236de1b2dc2a32e1a02967862bd38d4 (diff)
downloadraylib-06ff1ce2aa80abd6db0e67c74a9466291216f4b2.tar.gz
raylib-06ff1ce2aa80abd6db0e67c74a9466291216f4b2.zip
Minor tweak for consistency
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 0c5f9d6b..54b8acff 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -533,7 +533,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) $(CFLAGS) $(GLFW_CFLAGS) -c $< $(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