mirror of
https://github.com/logos-blockchain/logos-execution-zone-module.git
synced 2026-05-21 03:59:25 +00:00
Fix justfile commands.
This commit is contained in:
parent
29ab58116c
commit
6a7cc31c98
4
justfile
4
justfile
@ -10,9 +10,9 @@ build: configure
|
|||||||
cmake --build build --parallel --target liblogos-execution-zone-wallet-module
|
cmake --build build --parallel --target liblogos-execution-zone-wallet-module
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf build target
|
rm -rf build result
|
||||||
|
|
||||||
rebuild: clean configure build
|
rebuild: clean build
|
||||||
|
|
||||||
nix:
|
nix:
|
||||||
nix develop
|
nix develop
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user