mirror of
https://github.com/logos-blockchain/logos-blockchain-module.git
synced 2026-01-05 22:53:09 +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 the build directory (run this once, or whenever CMake config changes)
|
||||||
configure:
|
configure:
|
||||||
cmake -S . -B build -G "Unix Makefiles"
|
cmake -S . -B build
|
||||||
|
|
||||||
build:
|
build:
|
||||||
cmake --build build --parallel --target blockchainmodulelib
|
cmake --build build --parallel --target blockchainmodulelib
|
||||||
@ -13,3 +13,4 @@ nix:
|
|||||||
|
|
||||||
clean:
|
clean:
|
||||||
cmake --build build --target clean
|
cmake --build build --target clean
|
||||||
|
rm libblockchainmodulelib.so || true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user