Make clean

This commit is contained in:
Dan Sosedoff 2014-10-10 17:32:47 -05:00
parent 7bd23d470f
commit 2e766af361

View File

@ -2,4 +2,8 @@ build:
gox -osarch="darwin/amd64" -output="./bin/pgweb_{{.OS}}_{{.Arch}}"
deps:
go get github.com/mitchellh/gox
go get github.com/mitchellh/gox
clean:
rm -f ./pgweb
rm -f ./bin/*