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 5a0cd0d commit 33218c6Copy full SHA for 33218c6
Makefile
@@ -9,10 +9,10 @@ export GOROOT=
9
# It supports ANSI colors and categories.
10
# To add new item into help output, simply add comments
11
# starting with '##'. To add category, use @category.
12
-GREEN := $(shell echo "\e[32m")
13
-WHITE := $(shell echo "\e[37m")
14
-YELLOW := $(shell echo "\e[33m")
15
-RESET := $(shell echo "\e[0m")
+GREEN := $(shell printf "\e[32m")
+WHITE := $(shell printf "\e[37m")
+YELLOW := $(shell printf "\e[33m")
+RESET := $(shell printf "\e[0m")
16
HELP_FUN = \
17
%help; \
18
while(<>) { push @{$$help{$$2 // 'options'}}, [$$1, $$3] if /^([a-zA-Z0-9\-]+)\s*:.*\#\#(?:@([a-zA-Z\-]+))?\s(.*)$$/ }; \
0 commit comments