From ca9c45c8afe369504dce4117e96f56ed7f151b0f Mon Sep 17 00:00:00 2001 From: MichaelFiber Date: Sun, 17 Sep 2023 14:54:01 -0400 Subject: [PATCH] Remove rcore.h from Makefile --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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