12 lines
254 B
Makefile
12 lines
254 B
Makefile
all:
|
|
cargo check --features "debug arbitrary serde-serialize"
|
|
|
|
doc:
|
|
cargo doc --no-deps --features "debug arbitrary serde-serialize abomonation"
|
|
|
|
bench:
|
|
cargo bench
|
|
|
|
test:
|
|
cargo test --features "debug arbitrary serde-serialize abomonation-serialize"
|