mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 08:58:21 +00:00
add makefile
This commit is contained in:
parent
8a7e3414d0
commit
b040b90ebc
1 changed files with 9 additions and 0 deletions
9
Makefile
Normal file
9
Makefile
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
debug:
|
||||
GITUI_LOGGING=true cargo run --features=timing
|
||||
|
||||
install:
|
||||
cargo install --path "."
|
||||
|
||||
install-debug:
|
||||
cargo install --features=timing --path "."
|
||||
Loading…
Reference in a new issue