We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07ab956 commit 50e4eceCopy full SHA for 50e4ece
1 file changed
Makefile
@@ -295,7 +295,7 @@ clean: ## restore repository state as it was freshly cloned
295
.PHONY: clean
296
297
help:
298
- @echo -e "$(BOLD)menshen Makefile"
299
- @echo "Please use 'make $(BOLD)target$(RESET)' where $(BOLD)target$(RESET) is one of:"
+ @echo -e "$(BOLD)Menshen Makefile$(RESET)\n"
+ @echo -e "Please use 'make $(BOLD)target$(RESET)' where $(BOLD)target$(RESET) is one of:\n"
300
@grep -E '^[a-zA-Z0-9_-]+:.*?## .*$$' $(firstword $(MAKEFILE_LIST)) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "$(GREEN)%-30s$(RESET) %s\n", $$1, $$2}'
301
.PHONY: help
0 commit comments