aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index a1e7330..2b8428c 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -82,7 +82,7 @@ $(OUT): $(OBJ)
ifeq "$(LIBRARY)" "static"
@$(AR) rcs $@ $^
else
- @$(COMPILER) $(LDFLAGS) $^ -o $@
+ @$(COMPILER) $^ $(LDFLAGS) -o $@
endif
debug: FLAGS = $(DEBUG_FLAGS)