4331834003
* Move tests -> testing * Directory restructure * Update Cargo.toml during restructure * Update Makefile during restructure * Fix arbitrary path
9 lines
91 B
Makefile
9 lines
91 B
Makefile
produce-vectors:
|
|
cargo run --release
|
|
|
|
test:
|
|
cargo test --release
|
|
|
|
clean:
|
|
rm -r vectors/
|