mirror of
https://github.com/extrawurst/gitui.git
synced 2024-11-22 02:12:58 +03:00
9 lines
151 B
Makefile
9 lines
151 B
Makefile
|
|
||
|
debug:
|
||
|
GITUI_LOGGING=true cargo run --features=timing
|
||
|
|
||
|
install:
|
||
|
cargo install --path "."
|
||
|
|
||
|
install-debug:
|
||
|
cargo install --features=timing --path "."
|