Basic-benchmark-experiment/Rust/Makefile

8 lines
253 B
Makefile
Raw Permalink Normal View History

2024-03-11 12:43:52 +02:00
compile:
cargo build --release --manifest-path code_cycle/Cargo.toml
cargo build --release --manifest-path code_unoptimised/Cargo.toml
clean:
cargo clean --manifest-path code_cycle/Cargo.toml
cargo clean --manifest-path code_unoptimised/Cargo.toml