Browse Source
add missing get_vendor_deps to "make all"
pull/923/head
Anton Kaliaev
7 years ago
No known key found for this signature in database
GPG Key ID: 7B6881D965918214
1 changed files with
1 additions and
1 deletions
-
Makefile
|
|
@ -9,7 +9,7 @@ TMHOME = $${TMHOME:-$$HOME/.tendermint} |
|
|
|
|
|
|
|
BUILD_FLAGS = -ldflags "-X github.com/tendermint/tendermint/version.GitCommit=`git rev-parse --short HEAD`" |
|
|
|
|
|
|
|
all: install test |
|
|
|
all: get_vendor_deps install test |
|
|
|
|
|
|
|
install: |
|
|
|
CGO_ENABLED=0 go install $(BUILD_FLAGS) ./cmd/tendermint |
|
|
|