From 7dee0a25f3223935a83c770887cc0ae8f56664e9 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Thu, 19 Jan 2023 11:32:46 -0330 Subject: Makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3