mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 01:18:21 +00:00
better naming
This commit is contained in:
parent
738cf3fab4
commit
4f45be0924
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -41,7 +41,7 @@ clippy-pedantic:
|
||||||
check: fmt clippy
|
check: fmt clippy
|
||||||
|
|
||||||
install:
|
install:
|
||||||
cargo install --path "."
|
cargo install --path "." --offline
|
||||||
|
|
||||||
install-debug:
|
install-timing:
|
||||||
cargo install --features=timing --path "." --offline
|
cargo install --features=timing --path "." --offline
|
||||||
Loading…
Reference in a new issue