From 2f89d8ef7815bf1896676ea6e4b02bc2132d9cc7 Mon Sep 17 00:00:00 2001 From: Nicolas Noble Date: Wed, 24 Jul 2013 15:31:31 -0700 Subject: The Makefile is now smarter about Balau. --- Makefile | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 26364af..4f7c082 100644 --- a/Makefile +++ b/Makefile @@ -39,12 +39,16 @@ ALL_DEPS = $(addsuffix .dep, $(notdir $(basename $(DALOS_CLI_SOURCES)))) TARGET=Dalos-cli.$(BINEXT) -all: dep $(TARGET) +all: dep Balau $(TARGET) strip: $(TARGET) $(STRIP) $(TARGET) -Balau: Balau/libBalau.a +Balau: + $(MAKE) -C Balau + +tests: + $(MAKE) -C Balau tests Balau/libBalau.a: $(MAKE) -C Balau @@ -66,4 +70,4 @@ clean: rm -f $(ALL_OBJECTS) $(ALL_DEPS) $(TARGET) $(MAKE) -C Balau clean -.PHONY: clean strip Balau +.PHONY: clean strip Balau tests all -- cgit v1.2.3