From bfdcfde6c98490aea035f46f983d1026da79e7d2 Mon Sep 17 00:00:00 2001 From: wi11-holdsworth <83637728+wi11-holdsworth@users.noreply.github.com> Date: Tue, 7 Oct 2025 19:39:22 +1100 Subject: [PATCH] build: add command time to justfile --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index d0b0bdf..de6de60 100644 --- a/justfile +++ b/justfile @@ -12,4 +12,4 @@ build: # run musician run: - ./target/{{exec}} + time ./target/{{exec}}