Use godep in Makefile
This commit is contained in:
parent
4242387403
commit
95b17c44ec
8
Makefile
8
Makefile
@ -1,7 +1,7 @@
|
|||||||
BINDATA=
|
BINDATA=
|
||||||
|
|
||||||
dev: build-dev-assets
|
dev: build-dev-assets
|
||||||
go build
|
godep go build
|
||||||
@echo "You can now execute ./pgweb"
|
@echo "You can now execute ./pgweb"
|
||||||
|
|
||||||
build-assets:
|
build-assets:
|
||||||
@ -15,9 +15,9 @@ build: build-assets
|
|||||||
|
|
||||||
setup:
|
setup:
|
||||||
go get github.com/tools/godep
|
go get github.com/tools/godep
|
||||||
go get github.com/mitchellh/gox
|
godep get github.com/mitchellh/gox
|
||||||
go get github.com/jteeuwen/go-bindata/...
|
godep get github.com/jteeuwen/go-bindata/...
|
||||||
go get
|
godep restore
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f ./pgweb
|
rm -f ./pgweb
|
||||||
|
Loading…
x
Reference in New Issue
Block a user