From 2f30b30f40f63c69070c87c92a9f3c8c66047039 Mon Sep 17 00:00:00 2001 From: srdtrk Date: Tue, 30 Jul 2024 13:15:35 +0900 Subject: [PATCH] imp: justfile --- justfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/justfile b/justfile index 2ace5ed..443f408 100644 --- a/justfile +++ b/justfile @@ -14,6 +14,9 @@ build-programs: # Build the operator executable using `cargo build` command build-operator: + @echo "Building the programs for the operator..." + just build-programs + @echo "Building the operator executable..." cargo build --bin operator --locked --release @echo "Built the operator executable"