mirror of
https://github.com/sosedoff/pgweb.git
synced 2024-12-14 19:21:46 +03:00
Use godep in Makefile
This commit is contained in:
parent
4242387403
commit
95b17c44ec
8
Makefile
8
Makefile
@ -1,7 +1,7 @@
|
||||
BINDATA=
|
||||
|
||||
dev: build-dev-assets
|
||||
go build
|
||||
godep go build
|
||||
@echo "You can now execute ./pgweb"
|
||||
|
||||
build-assets:
|
||||
@ -15,9 +15,9 @@ build: build-assets
|
||||
|
||||
setup:
|
||||
go get github.com/tools/godep
|
||||
go get github.com/mitchellh/gox
|
||||
go get github.com/jteeuwen/go-bindata/...
|
||||
go get
|
||||
godep get github.com/mitchellh/gox
|
||||
godep get github.com/jteeuwen/go-bindata/...
|
||||
godep restore
|
||||
|
||||
clean:
|
||||
rm -f ./pgweb
|
||||
|
Loading…
Reference in New Issue
Block a user