summaryrefslogtreecommitdiff
path: root/cpp/broker/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/broker/Makefile')
-rw-r--r--cpp/broker/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/cpp/broker/Makefile b/cpp/broker/Makefile
index 58ba3a41b5..afe93c455a 100644
--- a/cpp/broker/Makefile
+++ b/cpp/broker/Makefile
@@ -27,11 +27,9 @@ LIB_OBJECTS= $(subst src/Broker.o,,$(OBJECTS))
EXE_OBJECTS= src/Broker.o
-.PHONY: all clean test
+.PHONY: all clean
all: $(BROKER)
-
-test:
@$(MAKE) -C test all
clean: