add makefile

This commit is contained in:
Stephan Dilly 2020-03-22 02:45:42 +01:00
parent 8a7e3414d0
commit b040b90ebc

9
Makefile Normal file
View File

@ -0,0 +1,9 @@
debug:
GITUI_LOGGING=true cargo run --features=timing
install:
cargo install --path "."
install-debug:
cargo install --features=timing --path "."