diff --git a/Makefile b/Makefile index bb817f0d5..706145dca 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: tools get_vendor_deps install test +all: get_vendor_deps install test install: go install $(BUILD_FLAGS) ./cmd/tendermint