makectl 0.2.0

Generate and manage targets in your Makefiles
1
2
3
4
## makectl: description="Clean Node.js build artifacts"
.PHONY: clean
clean: ## Clean build artifacts
	rm -rf node_modules/ dist/ build/ .cache/ coverage/