From 6a7cc31c98c3ac36a98f562816b616932efccacc Mon Sep 17 00:00:00 2001 From: Alejandro Cabeza Romero Date: Mon, 16 Feb 2026 16:57:21 +0100 Subject: [PATCH] Fix justfile commands. --- justfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/justfile b/justfile index 7b317aa..c4f661c 100644 --- a/justfile +++ b/justfile @@ -10,9 +10,9 @@ build: configure cmake --build build --parallel --target liblogos-execution-zone-wallet-module clean: - rm -rf build target + rm -rf build result -rebuild: clean configure build +rebuild: clean build nix: nix develop