We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af9d7ea commit 0e5ff96Copy full SHA for 0e5ff96
Makefile
@@ -112,7 +112,7 @@ help: ## Show this help message
112
@echo 'Usage: make [target]'
113
@echo ''
114
@echo 'Available targets:'
115
- @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}'
116
117
## Development
118
ifeq ($(OS),Windows_NT)
0 commit comments