all: ./waf build --targets jes .PHONY: clean clean: ./waf clean .PHONY: test test: ./waf build --targets tests ./build/tests