diff options
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)$@" |