diff --git a/Makefile b/Makefile index 193badf..4742b4f 100644 --- a/Makefile +++ b/Makefile @@ -2,4 +2,8 @@ build: gox -osarch="darwin/amd64" -output="./bin/pgweb_{{.OS}}_{{.Arch}}" deps: - go get github.com/mitchellh/gox \ No newline at end of file + go get github.com/mitchellh/gox + +clean: + rm -f ./pgweb + rm -f ./bin/* \ No newline at end of file