aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e15c2f3..e45e8a8 100644
--- a/Makefile
+++ b/Makefile
@@ -20,11 +20,16 @@ fmt:
check:
cargo check
+clippy:
+ cargo clippy
+
# -------------
# | Executors |
# -------------
checkf: fmt check
+checkfc: fmt check clippy
+
help: checkf
cargo run -- $(FLAGS) help $(ARGS)