aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index e91cde7..0724066 100644
--- a/Makefile
+++ b/Makefile
@@ -1,14 +1,14 @@
build: test format
- cargo build --workspace
+ cargo build
run: build
cargo run
doc: test format
- cargo doc --workspace --open
+ cargo doc --open
test: format
- cargo test --workspace
+ cargo test
format:
cargo fmt --all