
hel%: ## help: Show this help message
	@echo "usage: make [target] ..."
	@echo ""
	@echo "targets:"
	@grep -Eh '^.+:\ ##\ .+' $(MAKEFILE_LIST) | cut -d ' ' -f '3-' | column -t -s ':'
