mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 09:28:21 +00:00
12 lines
No EOL
202 B
Makefile
12 lines
No EOL
202 B
Makefile
|
|
debug:
|
|
GITUI_LOGGING=true cargo run --features=timing
|
|
|
|
test:
|
|
cargo test --workspace -- --test-threads=1
|
|
|
|
install:
|
|
cargo install --path "."
|
|
|
|
install-debug:
|
|
cargo install --features=timing --path "."
|