summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b1a6484..06a84e8 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ build: $(OUT)
static: $(SOUT)
$(OUT): $(OBJ)
- $(CC) $(ALLLDFLAGS) -fPIC -shared -o $@ $^
+ $(CC) -fPIC -shared -o $@ $^ $(ALLLDFLAGS)
$(SOUT): $(OBJ)
$(AR) rcs $@ $^