diff --git a/install b/bin/install similarity index 64% rename from install rename to bin/install index 9563097..6133cdf 100755 --- a/install +++ b/bin/install @@ -1,3 +1,3 @@ #!/usr/bin/env bash cargo rustc --release -- -C target-cpu=native -cp ./target/release/gg ~/.local/bin +cargo install --path . diff --git a/bin/install_debug b/bin/install_debug new file mode 100755 index 0000000..4201412 --- /dev/null +++ b/bin/install_debug @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +cargo rustc +cargo install --path . diff --git a/install_debug b/install_debug deleted file mode 100755 index 61f87cd..0000000 --- a/install_debug +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env bash -cargo rustc -cp ./target/debug/gg ~/.local/bin