aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2023-01-19 11:32:46 -0330
committerSam Anthony <sam@samanthony.xyz>2023-01-19 11:32:46 -0330
commit7dee0a25f3223935a83c770887cc0ae8f56664e9 (patch)
treeb1055d7e0c8ed1d89500201eb7c81862e4d1dc2c /Makefile
parente544e2bc800a284c41ded90e26617488537607b0 (diff)
downloadvolute-7dee0a25f3223935a83c770887cc0ae8f56664e9.zip
Makefile
Diffstat (limited to 'Makefile')
-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