mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-05 18:42:20 +00:00
9 lines
91 B
Makefile
9 lines
91 B
Makefile
|
produce-vectors:
|
||
|
cargo run --release
|
||
|
|
||
|
test:
|
||
|
cargo test --release
|
||
|
|
||
|
clean:
|
||
|
rm -r vectors/
|