1 2 3 4
## makectl: description="Run clippy linter" .PHONY: clippy clippy: ## Run clippy cargo clippy --all -- -D warnings