diff --git a/justfile b/justfile index 43aab48..8eb74f5 100644 --- a/justfile +++ b/justfile @@ -18,6 +18,7 @@ test: profile: cargo flamegraph --image-width 8000 -- {{ui}} {{file}} +alias b := build alias r := run alias sr := srun alias c := clean