1 2 3 4 5 6 7 8 9 10 11
.PHONY: format-lint-fix strict-lint update-format-lint-fix: @cargo update @cargo fmt --all @cargo clippy --fix --all --allow-dirty strict-lint: @cargo clippy --all-features -- -D warnings