Skip to content

Commit 483c388

Browse files
c0rydoraswinged
authored andcommitted
chore(Makefile): fix help target when Makefile.local exists
1 parent 5db0e55 commit 483c388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ORCHESTRATOR = docker
88

99
.PHONY: help
1010
help:
11-
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort -k 1,1 | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'
11+
@grep -hE '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort -k 1,1 | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'
1212

1313
.PHONY: start
1414
start: ## Start the application

0 commit comments

Comments
 (0)