From 9c20cc9342921f63dc89167e14e13f081a3b78cc Mon Sep 17 00:00:00 2001 From: Alejandro Cabeza Romero Date: Mon, 16 Feb 2026 16:56:13 +0100 Subject: [PATCH] Fix justfile commands. --- justfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/justfile b/justfile index 11f200b..d0e868b 100644 --- a/justfile +++ b/justfile @@ -10,9 +10,9 @@ build: configure cmake --build build --parallel --target logos-blockchain-module clean: - rm -rf build target + rm -rf build result -rebuild: clean configure build +rebuild: clean build nix: nix develop