Change 'make deps' to 'make setup' to fix issues with clean checkout

This commit is contained in:
Dan Sosedoff 2014-10-24 20:52:15 -05:00
parent 2db871668b
commit 2f26756bb0

View File

@ -9,10 +9,11 @@ dev:
go build go build
@echo "You can now execute ./pgweb" @echo "You can now execute ./pgweb"
deps: setup:
go get
go get github.com/mitchellh/gox go get github.com/mitchellh/gox
go get github.com/jteeuwen/go-bindata/... go get github.com/jteeuwen/go-bindata/...
go-bindata -debug -ignore=\\.gitignore -ignore=\\.DS_Store -ignore=\\.gitkeep static/...
go get
clean: clean:
rm -f ./pgweb rm -f ./pgweb