aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1250725..e91cde7 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,9 @@
build: test format
cargo build --workspace
+run: build
+ cargo run
+
doc: test format
cargo doc --workspace --open