summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorStephan Dilly <dilly.stephan@gmail.com>2020-05-28 09:32:08 +0200
committerStephan Dilly <dilly.stephan@gmail.com>2020-05-28 09:32:08 +0200
commit7ea8f34f68615749be5bffef91c56dfad527be06 (patch)
treeac21421643b73688243feafcc3b1b97944f98374 /Makefile
parentf143f09ad8a8d14a522cd5b94bd68b4c3cd192cf (diff)
update readme,changelog and rename logging arg (#88)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ec86e572..68184bbf 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
.PHONY: debug build-release release-linux-musl test clippy clippy-pedantic install install-debug
debug:
- GITUI_LOGGING=true cargo run --features=timing
+ cargo run --features=timing -- -l
build-release:
cargo build --release