remove tools from all

This commit is contained in:
Petabyte Storage
2017-12-11 21:44:53 -08:00
parent a6644f7477
commit 49e5510953
+1 -1
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: tools get_vendor_deps install test
all: get_vendor_deps install test
install:
go install $(BUILD_FLAGS) ./cmd/tendermint