Meant to `go clean`, too

cat-town
Dan Buch 12 years ago
parent 61a748bd44
commit 12bd530e6f

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

Loading…
Cancel
Save