summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-10-18 01:21:19 +1100
committeromniscient <17525998+omnisci3nce@users.noreply.github.com>2024-10-18 01:21:19 +1100
commitde17d20f1848774f854903dcce40cd1e33b1cad9 (patch)
tree69dcc25527343a21e2d449ae6f9b3aba9303910c
parent85e5e0a460cd7a01d6e3e32b19e8aadd91f82b6a (diff)
remove random CFLAGs +=
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)