tooling: remove tools/Makefile (#6102)

Co-authored-by: Tess Rinearson <tess.rinearson@gmail.com>
This commit is contained in:
Marko
2021-02-12 09:34:33 +00:00
committed by GitHub
co-authored by Tess Rinearson
parent c8a661091d
commit 2d57043aa4
6 changed files with 5 additions and 138 deletions
-1
View File
@@ -17,7 +17,6 @@ Next, install the `abci-cli` tool and example applications:
```sh
git clone https://github.com/tendermint/tendermint.git
cd tendermint
make tools
make install_abci
```
-1
View File
@@ -34,7 +34,6 @@ Then run
```sh
go get github.com/tendermint/tendermint
cd $GOPATH/src/github.com/tendermint/tendermint
make tools
make install_abci
```