diff options
Diffstat (limited to 'cpp/common')
-rw-r--r-- | cpp/common/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/cpp/common/Makefile b/cpp/common/Makefile index 5fe815b8da..0533cdd1a9 100644 --- a/cpp/common/Makefile +++ b/cpp/common/Makefile @@ -31,14 +31,12 @@ DEPS = $(SOURCES:.cpp=.d) GENERATED_OBJECTS = framing/generated/amqp_methods.o -.PHONY: all test clean +.PHONY: all clean # We have to do two separate makes to ensure we pick up all generated files. all: @$(MAKE) -C framing all - @make $(TARGET) - -test: + @$(MAKE) $(TARGET) @$(MAKE) -C framing test clean: |