all: ./waf build --targets jes .PHONY: clean clean: ./waf clean .PHONY: test test: ./waf build --targets tests ./build/tests @-rm -rf coverage -gcovinator -b build -s src