summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)