From 4c5b6f580133f9e9c02b5cb2243b43ff15b20304 Mon Sep 17 00:00:00 2001 From: realtradam Date: Fri, 4 Nov 2022 18:54:37 -0400 Subject: remove uneeded early linking --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b17054b..f626617 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ DEPS := $(OBJS:.o=.d) INC_DIRS := $(shell find $(SRC_DIRS) -type d) $(RAYLIB_SRC) # Add a prefix to INC_DIRS. So moduleA would become -ImoduleA. GCC understands this -I flag -INC_FLAGS := $(addprefix -I,$(INC_DIRS)) $(RAYLIB_LIB) $(RAYLIB_FLAGS) +INC_FLAGS := $(addprefix -I,$(INC_DIRS)) # The -MMD and -MP flags together generate Makefiles for us! # These files will have .d instead of .o as the output. -- cgit v1.2.3