aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index fc37c0d..e15c2f3 100644
--- a/Makefile
+++ b/Makefile
@@ -17,16 +17,18 @@ WORLDS_RUN = gsudo $(WORLDS_PATH)
fmt:
cargo fmt
-check: fmt
+check:
cargo check
# -------------
# | Executors |
# -------------
-help:
+checkf: fmt check
+
+help: checkf
cargo run -- $(FLAGS) help $(ARGS)
-run: check
+run: checkf
cargo run -- $(FLAGS) run $(ARGS)
# Subject to change depending on different PCs, this is just mine. ~Fuwn