diff --git a/Makefile b/Makefile index 1c173f9..6c84f73 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,6 @@ all: ./waf build + +.PHONY: clean +clean: + ./waf clean