gitui/Makefile

9 lines
151 B
Makefile
Raw Normal View History

2020-03-22 04:45:42 +03:00
debug:
GITUI_LOGGING=true cargo run --features=timing
install:
cargo install --path "."
install-debug:
cargo install --features=timing --path "."