From ebdc7ddf20b759eda90298a803859fa0f0626785 Mon Sep 17 00:00:00 2001 From: Anton Kaliaev Date: Mon, 4 Dec 2017 19:04:15 -0600 Subject: [PATCH] add missing get_vendor_deps to "make all" --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d74bf0ec..fb15dfc4 100644 --- a/Makefile +++ b/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