mirror of
https://github.com/extrawurst/gitui.git
synced 2024-11-23 11:42:56 +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 "."
|