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

This reverts commit 1b2174a0da.
This commit is contained in:
Tess Rinearson
2021-02-18 02:26:02 +01:00
parent 340071d81b
commit afd07096a7
6 changed files with 155 additions and 86 deletions

View File

@@ -25,6 +25,12 @@ git clone https://github.com/tendermint/tendermint.git
cd tendermint
```
### Get Tools & Dependencies
```sh
make tools
```
### Compile
```sh