d43abc0624
Done this to preemptively declutter root dir. Signed-off-by: Christina Sørensen <christina@cafkafk.com>
3 lines
89 B
Bash
Executable file
3 lines
89 B
Bash
Executable file
#!/usr/bin/env bash
|
|
cargo rustc --release -- -C target-cpu=native
|
|
cargo install --path .
|