mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-04-28 03:00:18 -04:00
6 lines
87 B
Makefile
6 lines
87 B
Makefile
all:
|
|
cargo build --release --all-features
|
|
|
|
test:
|
|
cargo test --release --all-features
|