Initial commit
This commit is contained in:
7
Rust/Makefile
Normal file
7
Rust/Makefile
Normal file
@@ -0,0 +1,7 @@
|
||||
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
|
||||
Reference in New Issue
Block a user