diff --git a/Makefile b/Makefile index c06c62b..11b5f8f 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,8 @@ clean: check: cargo check + +lint: cargo clippy fmt: @@ -17,4 +19,4 @@ fmt: fix: fmt cargo fix --allow-dirty --allow-staged -.phony: run-pi clean check run fmt fix \ No newline at end of file +.phony: run-pi clean check run fmt fix lint \ No newline at end of file