chore: merge 0.0.6 #6
3 changed files with 4 additions and 4 deletions
|
@ -1,3 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
cargo rustc --release -- -C target-cpu=native
|
||||
cp ./target/release/gg ~/.local/bin
|
||||
cargo install --path .
|
3
bin/install_debug
Executable file
3
bin/install_debug
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
cargo rustc
|
||||
cargo install --path .
|
|
@ -1,3 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
cargo rustc
|
||||
cp ./target/debug/gg ~/.local/bin
|
Loading…
Reference in a new issue