mirror of
https://github.com/logos-blockchain/logos-blockchain-module.git
synced 2026-01-02 13:13:06 +00:00
Add justfile.
This commit is contained in:
parent
a4f8fbc4ff
commit
f40795aa8e
12
justfile
Normal file
12
justfile
Normal file
@ -0,0 +1,12 @@
|
||||
default:
|
||||
just build
|
||||
|
||||
# Configure the build directory (run this once, or whenever CMake config changes)
|
||||
configure:
|
||||
cmake -S . -B build -G "Unix Makefiles"
|
||||
|
||||
build:
|
||||
cmake --build build --parallel --target blockchainmodulelib
|
||||
|
||||
clean:
|
||||
cmake --build build --target clean
|
||||
Loading…
x
Reference in New Issue
Block a user