add missing get_vendor_deps to "make all"

This commit is contained in:
Anton Kaliaev 2017-12-04 19:04:15 -06:00
parent f30ce8b210
commit ebdc7ddf20
No known key found for this signature in database
GPG Key ID: 7B6881D965918214
1 changed files with 1 additions and 1 deletions

View File

@ -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