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