mirror of
https://github.com/sosedoff/pgweb.git
synced 2024-12-14 19:21:46 +03:00
Add godep to make setup and skip building assets
This commit is contained in:
parent
b1c36dc521
commit
d2b1caf7aa
2
Makefile
2
Makefile
@ -14,9 +14,9 @@ build: build-assets
|
||||
gox -osarch="darwin/amd64 darwin/386 linux/amd64 linux/386 windows/amd64 windows/386" -output="./bin/pgweb_{{.OS}}_{{.Arch}}"
|
||||
|
||||
setup:
|
||||
go get github.com/tools/godep
|
||||
go get github.com/mitchellh/gox
|
||||
go get github.com/jteeuwen/go-bindata/...
|
||||
@$(MAKE) --no-print-directory build-dev-assets
|
||||
go get
|
||||
|
||||
clean:
|
||||
|
Loading…
Reference in New Issue
Block a user