diff --git a/src/Makefile b/src/Makefile index da714cd8e..63cbe2a41 100644 --- a/src/Makefile +++ b/src/Makefile @@ -632,7 +632,7 @@ endif # Compile all modules with their prerequisites # Compile core module -rcore.o : rcore.c raylib.h rlgl.h utils.h raymath.h rcamera.h rgestures.h rcore.h +rcore.o : rcore.c raylib.h rlgl.h utils.h raymath.h rcamera.h rgestures.h $(CC) -c $< $(CFLAGS) $(INCLUDE_PATHS) # Compile rglfw module