get_tools = tools (#3988)

- in the makefile update `get_tools` was changed to just `tools`

Signed-off-by: Marko Baricevic <marbar3778@yahoo.com>
This commit is contained in:
Marko
2019-09-16 10:46:10 +02:00
committed by GitHub
parent 21d46dea93
commit 522a849ba9
16 changed files with 17 additions and 17 deletions

View File

@@ -15,7 +15,7 @@ mkdir -p $GOPATH/src/github.com/tendermint
cd $GOPATH/src/github.com/tendermint
git clone https://github.com/tendermint/tendermint.git
cd tendermint
make get_tools
make tools
make install_abci
```