From b040b90ebc1de21eecf7df1a0e74f3e3d198b387 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Sun, 22 Mar 2020 02:45:42 +0100 Subject: [PATCH] add makefile --- Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Makefile diff --git a/Makefile b/Makefile new file mode 100644 index 00000000..8f76b7d1 --- /dev/null +++ b/Makefile @@ -0,0 +1,9 @@ + +debug: + GITUI_LOGGING=true cargo run --features=timing + +install: + cargo install --path "." + +install-debug: + cargo install --features=timing --path "." \ No newline at end of file