Fix justfile commands.

This commit is contained in:
Alejandro Cabeza Romero 2026-02-16 16:57:21 +01:00
parent 29ab58116c
commit 6a7cc31c98
No known key found for this signature in database
GPG Key ID: DA3D14AE478030FD

View File

@ -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