Minor fixes justfile

This commit is contained in:
Alejandro Cabeza Romero 2025-12-18 10:32:52 +01:00
parent c85f547a69
commit 1858696d10
No known key found for this signature in database
GPG Key ID: DA3D14AE478030FD

View File

@ -3,7 +3,7 @@ default:
# Configure the build directory (run this once, or whenever CMake config changes)
configure:
cmake -S . -B build -G "Unix Makefiles"
cmake -S . -B build
build:
cmake --build build --parallel --target blockchainmodulelib
@ -13,3 +13,4 @@ nix:
clean:
cmake --build build --target clean
rm libblockchainmodulelib.so || true