summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 68c9d82..8be783c 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ pre-build:
cd $(MAKEPATH); cargo test
debug:
- cd $(MAKEPATH); RUST_LOG=debug cargo run -- ..
+ cd $(MAKEPATH); cargo run -- .. --debug
doc:
cd $(MAKEPATH); cargo doc --open