makectl 0.2.0

Generate and manage targets in your Makefiles
1
2
3
4
## makectl: description="Run clippy linter"
.PHONY: clippy
clippy: ## Run clippy
	cargo clippy --all -- -D warnings