Release target
This commit is contained in:
parent
3899ecce2f
commit
51cbea8c83
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
|
@ -13,3 +13,7 @@ run:
|
|||
# Build the project
|
||||
build:
|
||||
cargo build
|
||||
|
||||
# Create relase binary
|
||||
release: clean
|
||||
cargo build --release
|
||||
Loading…
Add table
Add a link
Reference in a new issue