Release target

This commit is contained in:
Jarek Rozanski 2026-01-28 20:58:48 +01:00
commit 51cbea8c83

View file

@ -13,3 +13,7 @@ run:
# Build the project # Build the project
build: build:
cargo build cargo build
# Create relase binary
release: clean
cargo build --release