.PHONY: build build: ./waf build .PHONY: clean clean: ./waf clean .PHONY: install install: ./waf install .PHONY: uninstall uninstall: ./waf uninstall