mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2024-12-25 13:07:18 +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/
|