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 f633474 commit 82f8937Copy full SHA for 82f8937
Makefile
@@ -38,7 +38,7 @@ package-native-image: native-image ## Package the native image
38
39
.PHONY: help
40
help:
41
- @grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'
+ @grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-24s\033[0m %s\n", $$1, $$2}'
42
43
.PHONY: clean
44
clean: ## Clean all build artefacts
0 commit comments