aboutsummaryrefslogtreecommitdiffstats
path: root/test/makefile
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2020-06-04 14:25:14 +0000
committerbloodstalker <thabogre@gmail.com>2020-06-04 14:25:14 +0000
commit2948f61947b9790a29d34fc48d8e5683467919db (patch)
treeceff93e8c5a38fa9b0056b432672e7205bf5f0d8 /test/makefile
parentadding llvm11 to travis (diff)
downloadcgrep-2948f61947b9790a29d34fc48d8e5683467919db.tar.gz
cgrep-2948f61947b9790a29d34fc48d8e5683467919db.zip
added a new switch:recorddecl. the test script is still WIP.
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