diff options
author | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-10-18 01:21:19 +1100 |
---|---|---|
committer | omniscient <17525998+omnisci3nce@users.noreply.github.com> | 2024-10-18 01:21:19 +1100 |
commit | de17d20f1848774f854903dcce40cd1e33b1cad9 (patch) | |
tree | 69dcc25527343a21e2d449ae6f9b3aba9303910c | |
parent | 85e5e0a460cd7a01d6e3e32b19e8aadd91f82b6a (diff) |
remove random CFLAGs +=
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ $(STATIC_LIB): $(OBJS) @mkdir -p $(BUILD_DIR) ar rcs $@ $^ -shared: $(SHARED_LIB) CFLAGS += +shared: $(SHARED_LIB) static: $(STATIC_LIB) |