From 2948f61947b9790a29d34fc48d8e5683467919db Mon Sep 17 00:00:00 2001 From: bloodstalker Date: Thu, 4 Jun 2020 18:55:14 +0430 Subject: added a new switch:recorddecl. the test script is still WIP. --- test/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/makefile') 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 -- cgit v1.2.3