chore: add makefile

This commit is contained in:
rymnc
2024-03-14 14:51:21 +05:30
parent a50fcb1898
commit 8375f36066
3 changed files with 13 additions and 133 deletions

View File

@@ -11,7 +11,13 @@ Merkle tree Inclusion proof taken from [here](https://github.com/reilabs/gnark-l
## Usage
```bash
go run main.go
make run
```
## Test
```bash
make test
```
## Output