Skip to content

Commit 50e4ece

Browse files
committed
🧑‍💻(project) improve make help display
Fixes ANSI support and improves the readability by adding more space.
1 parent 07ab956 commit 50e4ece

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ clean: ## restore repository state as it was freshly cloned
295295
.PHONY: clean
296296

297297
help:
298-
@echo -e "$(BOLD)menshen Makefile"
299-
@echo "Please use 'make $(BOLD)target$(RESET)' where $(BOLD)target$(RESET) is one of:"
298+
@echo -e "$(BOLD)Menshen Makefile$(RESET)\n"
299+
@echo -e "Please use 'make $(BOLD)target$(RESET)' where $(BOLD)target$(RESET) is one of:\n"
300300
@grep -E '^[a-zA-Z0-9_-]+:.*?## .*$$' $(firstword $(MAKEFILE_LIST)) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "$(GREEN)%-30s$(RESET) %s\n", $$1, $$2}'
301301
.PHONY: help

0 commit comments

Comments
 (0)