diff --git a/Makefile b/Makefile index 381edb3c61..866e23f8b9 100644 --- a/Makefile +++ b/Makefile @@ -112,7 +112,7 @@ help: ## Show this help message @echo 'Usage: make [target]' @echo '' @echo 'Available targets:' - @grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf " \033[36m%-20s\033[0m %s\n", $$1, $$2}' + @grep -h -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf " \033[36m%-20s\033[0m %s\n", $$1, $$2}' ## Development ifeq ($(OS),Windows_NT)