code: release function

This commit is contained in:
Gabor Körber 2024-01-20 21:11:31 +01:00
parent d2e09ecebc
commit a7da277977

View File

@ -11,4 +11,7 @@ hello:
@echo "Hello, world!"
watch:
cargo watch -c -q -w src -w templates -x run
@cargo watch -c -q -w src -w templates -x run
release:
@cargo build --release