Build main application and test suite separately from make targets

This commit is contained in:
Josh Holtrop 2016-12-18 15:22:17 -05:00
parent 968db413e6
commit fc10da76e7

View File

@ -1,5 +1,5 @@
all:
./waf build
./waf build --targets jes
.PHONY: clean
clean:
@ -7,5 +7,5 @@ clean:
.PHONY: test
test:
./waf build
./waf build --targets tests
./build/tests