aboutsummaryrefslogtreecommitdiffstats
path: root/test/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/makefile')
-rw-r--r--test/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/makefile b/test/makefile
index 127064d..7184126 100644
--- a/test/makefile
+++ b/test/makefile
@@ -79,7 +79,7 @@ depend:.depend
%.ocov:%.cpp
$(CXX) $(CXX_FLAGS) $(COV_CXX) -c $< -o $@
-$(TARGET): $(TARGET).o
+$(TARGET): $(OBJ_LIST)
$(CXX) $(LD_FLAGS) $^ -o $@
$(TARGET)-static: $(TARGET).o