Skip to content

Commit 56f6dcc

Browse files
committed
Cosmetic changes.
1 parent c84a64c commit 56f6dcc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ help: ## Show this help message
3131
@echo -e "\033[33mgraft\033[0m - Available \`make T\` (T)argets:"
3232
@awk 'BEGIN {FS = ":.*##"} /^[a-zA-Z_0-9-]+:.*?##/ { printf " \033[36m%-20s\033[0m %s\n", $$1, $$2 } /^##@/ { printf "\n\033[32m\033[1m%s\033[0m\n", substr($$0, 5) } ' $(MAKEFILE_LIST)
3333
@echo ""
34-
@echo "Version: $(VERSION)"
34+
@echo -e "\033[32mVersion:\033[0m \033[33m$(VERSION)\033[0m"
3535

3636
##@ Build & Package
3737

0 commit comments

Comments
 (0)