aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8c054c7..31a2df7 100644
--- a/Makefile
+++ b/Makefile
@@ -42,7 +42,7 @@ $(LIB): $(OBJS)
42 42
43$(TESTS): $(ATOBJS) $(LIB) 43$(TESTS): $(ATOBJS) $(LIB)
44 echo "$(TXTLNK)$@" 44 echo "$(TXTLNK)$@"
45 g++ $(LDFLAGS) -ggdb $(filter %$(patsubst tests/%,%,$@).o, $(TOBJS) ) $(patsubst %.cpp,%.o,$(wildcard $(filter %$(patsubst tests/%,%,$@), $(TDIRS))/*.cpp)) -L. -lbu++ -o $@ 45 g++ $(LDFLAGS) -ggdb $(filter %$(patsubst tests/%,%,$@).o, $(TOBJS) ) $(patsubst %.cpp,%.o,$(wildcard $(filter %$(patsubst tests/%,%,$@), $(TDIRS))/*.cpp)) -L. -lbu++ -ldl -o $@
46 46
47$(UNIT): $(USRCS) $(LIB) 47$(UNIT): $(USRCS) $(LIB)
48 echo "$(TXTLNK)$@" 48 echo "$(TXTLNK)$@"