From 06ff1ce2aa80abd6db0e67c74a9466291216f4b2 Mon Sep 17 00:00:00 2001 From: raysan5 Date: Thu, 20 Aug 2020 19:31:54 +0200 Subject: [PATCH] Minor tweak for consistency --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 0c5f9d6bf..54b8acff8 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