aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index df28227..0b7e432 100644
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,14 @@ test:
@cargo test
.PHONY: test
+check:
+ @cargo check --all-targets
+.PHONY: check
+
+doc:
+ @cargo doc --workspace
+.PHONY: doc
+
$(SUBCOMMANDS):
@cargo run $@
.PHONY: $(SUBCOMMANDS)