diff options
| author | raysan5 <[email protected]> | 2020-08-20 19:31:54 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2020-08-20 19:31:54 +0200 |
| commit | 06ff1ce2aa80abd6db0e67c74a9466291216f4b2 (patch) | |
| tree | 8dd3b174129683e3aead229a97c771df91ce9cc5 /src/Makefile | |
| parent | c1585dda0236de1b2dc2a32e1a02967862bd38d4 (diff) | |
| download | raylib-06ff1ce2aa80abd6db0e67c74a9466291216f4b2.tar.gz raylib-06ff1ce2aa80abd6db0e67c74a9466291216f4b2.zip | |
Minor tweak for consistency
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 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 |
