gitui/Makefile
2020-03-26 10:08:28 +01:00

12 lines
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 "."