diff options
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 2 |
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) |