makectl 0.2.0

Generate and manage targets in your Makefiles
1
2
3
4
## makectl: description="Run Go vet static analysis"
.PHONY: vet
vet: ## Run go vet
	go vet ./...