From a7da2779775321cae4fb1916b85d12b58b191747 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabor=20K=C3=B6rber?= Date: Sat, 20 Jan 2024 21:11:31 +0100 Subject: [PATCH] code: release function --- Justfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Justfile b/Justfile index 8ad9ab9..4dcc9f4 100644 --- a/Justfile +++ b/Justfile @@ -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