makectl 0.2.0

Generate and manage targets in your Makefiles
1
2
3
4
## makectl: description="Build Node.js project"
.PHONY: build
build: ## Build project
	npm run build