We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1530502 commit c4ab127Copy full SHA for c4ab127
Makefile
@@ -13,7 +13,7 @@ include .env
13
.PHONY: help build dev install exec pkg dbs openldap stop stop-all
14
help:
15
@printf "\033[33mUsage:\033[0m\n make [target] [arg=\"val\"...]\n\n\033[33mTargets:\033[0m\n"
16
- @grep -E '^[-a-zA-Z0-9_\.\/]+:.*?## .*$$' $(MAKEFILE_LIST) \
+ @grep -h -E '^[-a-zA-Z0-9_\.\/]+:.*?## .*$$' $(MAKEFILE_LIST) \
17
| sort | awk 'BEGIN {FS = ":.*?## "}; {printf " \033[32m%-15s\033[0m %s\n", $$1, $$2}'
18
19
build: ## Build the container
0 commit comments