From de17d20f1848774f854903dcce40cd1e33b1cad9 Mon Sep 17 00:00:00 2001 From: omniscient <17525998+omnisci3nce@users.noreply.github.com> Date: Fri, 18 Oct 2024 01:21:19 +1100 Subject: remove random CFLAGs += --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cd2e7c3..0c88a03 100644 --- a/Makefile +++ b/Makefile @@ -63,7 +63,7 @@ $(STATIC_LIB): $(OBJS) @mkdir -p $(BUILD_DIR) ar rcs $@ $^ -shared: $(SHARED_LIB) CFLAGS += +shared: $(SHARED_LIB) static: $(STATIC_LIB) -- cgit v1.2.3-70-g09d2