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