summaryrefslogtreecommitdiff
path: root/cpp/client
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/client')
-rw-r--r--cpp/client/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/cpp/client/Makefile b/cpp/client/Makefile
index d08b92fe2b..f3c8b11a7a 100644
--- a/cpp/client/Makefile
+++ b/cpp/client/Makefile
@@ -25,11 +25,9 @@ SOURCES := $(wildcard src/*.cpp)
OBJECTS := $(subst .cpp,.o,$(SOURCES))
CLIENT_LIB=$(LIB_DIR)/libqpid_client.so.1.0
-.PHONY: all test clean
+.PHONY: all clean
all: $(CLIENT_LIB)
-
-test:
@$(MAKE) -C test all
clean: