From 1cd3ea67f1c23fa449954200a28d3925c20664a7 Mon Sep 17 00:00:00 2001 From: Russell Date: Mon, 28 Jul 2025 17:03:01 +0000 Subject: [PATCH] Updated the justfile here --- justfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/justfile b/justfile index 754876d..e7075eb 100644 --- a/justfile +++ b/justfile @@ -14,3 +14,6 @@ run mode="quiet": build: cargo build --release + +clean: + cargo clean \ No newline at end of file