From 2c296a1a1fb4508ffdc58896c575a94dcb9725d7 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Mon, 18 Aug 2025 15:29:48 -0500 Subject: [PATCH] tweaks to justfile --- justfile | 1 + 1 file changed, 1 insertion(+) 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