Fix justfile commands.

This commit is contained in:
Alejandro Cabeza Romero 2026-02-16 16:56:13 +01:00
parent df881d522d
commit 9c20cc9342
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 logos-blockchain-module
clean:
rm -rf build target
rm -rf build result
rebuild: clean configure build
rebuild: clean build
nix:
nix develop