Change 'make deps' to 'make setup' to fix issues with clean checkout
This commit is contained in:
5
Makefile
5
Makefile
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user