gitui/Makefile

12 lines
202 B
Makefile
Raw Normal View History

2020-03-22 04:45:42 +03:00
debug:
GITUI_LOGGING=true cargo run --features=timing
2020-03-26 12:08:28 +03:00
test:
cargo test --workspace -- --test-threads=1
2020-03-22 04:45:42 +03:00
install:
cargo install --path "."
install-debug:
cargo install --features=timing --path "."