added go.rice to make deps
This commit is contained in:
parent
3966eb7f9a
commit
68aea12538
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -3,6 +3,7 @@ SHA := $(shell git rev-parse --short HEAD)
|
|||
all: rice amberc lessc build
|
||||
|
||||
deps:
|
||||
go get github.com/GeertJohan/go.rice/rice
|
||||
go list github.com/drone/drone/... | xargs go get -t -v
|
||||
|
||||
build:
|
||||
|
|
Loading…
Reference in a new issue