From ecc2f21d40015c00da11a2513b60715145ab1251 Mon Sep 17 00:00:00 2001 From: Timothy Warren Date: Fri, 19 Nov 2021 11:32:03 -0500 Subject: [PATCH] Add a bit more convenience to Makefile --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 4a4a024..fa1960f 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,10 @@ clean: check: cargo check + cargo clippy + +fix: cargo fmt + cargo fix .phony: run-pi clean check \ No newline at end of file