chore: merge 0.0.6 #6

Merged
cafkafk merged 28 commits from dev into main 2023-07-02 10:35:50 +02:00
3 changed files with 4 additions and 4 deletions
Showing only changes of commit d43abc0624 - Show all commits

View file

@ -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
View file

@ -0,0 +1,3 @@
#!/usr/bin/env bash
cargo rustc
cargo install --path .

View file

@ -1,3 +0,0 @@
#!/usr/bin/env bash
cargo rustc
cp ./target/debug/gg ~/.local/bin