add "clean" Makefile target

This commit is contained in:
Josh Holtrop 2016-06-20 21:31:53 -04:00
parent 9cba728fb9
commit f56af33fc7

View File

@ -1,2 +1,6 @@
all:
./waf build
.PHONY: clean
clean:
./waf clean