diff options
author | Stephan Dilly <dilly.stephan@gmail.com> | 2020-05-28 09:32:08 +0200 |
---|---|---|
committer | Stephan Dilly <dilly.stephan@gmail.com> | 2020-05-28 09:32:08 +0200 |
commit | 7ea8f34f68615749be5bffef91c56dfad527be06 (patch) | |
tree | ac21421643b73688243feafcc3b1b97944f98374 /Makefile | |
parent | f143f09ad8a8d14a522cd5b94bd68b4c3cd192cf (diff) |
update readme,changelog and rename logging arg (#88)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |