Revert "Revert "tooling: remove tools/Makefile (bp #6102) (#6106)""

This reverts commit afd07096a7.

I had believed that this tooling change could have been what broke our
GoReleaser flow; I now know that it was a result of changes in Go 1.16
and an update to GoReleaser! GoReleaser has now been updated again
and our flow should be un-broken.
This commit is contained in:
Tess Rinearson
2021-02-23 10:49:01 +01:00
parent efd9d07257
commit c6e0d20d4b
6 changed files with 86 additions and 155 deletions

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
```