Meant to go clean, too

This commit is contained in:
Dan Buch 2012-11-22 14:07:11 -05:00
parent 61a748bd44
commit 12bd530e6f

View File

@ -21,6 +21,7 @@ fmt:
go fmt $(PACKAGES) go fmt $(PACKAGES)
clean: clean:
go clean $(PACKAGES)
rm -v bin/* rm -v bin/*
find pkg -name '*.a' -exec rm -v {} \; find pkg -name '*.a' -exec rm -v {} \;