mirror of
https://github.com/sosedoff/pgweb.git
synced 2024-12-14 19:21:46 +03:00
Change 'make deps' to 'make setup' to fix issues with clean checkout
This commit is contained in:
parent
2db871668b
commit
2f26756bb0
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
|
||||||
|
Loading…
Reference in New Issue
Block a user