Skip to content

Commit 82f8937

Browse files
committed
Use less whitespace when listing targets with description
1 parent f633474 commit 82f8937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ package-native-image: native-image ## Package the native image
3838

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

4343
.PHONY: clean
4444
clean: ## Clean all build artefacts

0 commit comments

Comments
 (0)