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: all:
./waf build ./waf build --targets jes
.PHONY: clean .PHONY: clean
clean: clean:
@ -7,5 +7,5 @@ clean:
.PHONY: test .PHONY: test
test: test:
./waf build ./waf build --targets tests
./build/tests ./build/tests