mirror of
https://github.com/logos-blockchain/logos-blockchain-module.git
synced 2026-01-02 13:13:06 +00:00
Minor fixes justfile
This commit is contained in:
parent
c85f547a69
commit
1858696d10
3
justfile
3
justfile
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user