added option to build from Makefile

This commit is contained in:
jahway603
2022-11-21 00:38:00 -05:00
parent 253bd0dc3b
commit 981c0e1ae8

View File

@@ -52,6 +52,15 @@ cargo build --release
./target/release/silentdragonlite-cli
```
#### Or build with make
Alternatively, you can use the new makefile to build
```shell script
make help
make build
```
## Options
Here are some CLI arguments you can pass to `silentdragonlite-cli`. Please run `silentdragonlite-cli --help` for the full list.