Skip to content

Commit

Permalink
echo command: enabled interpretation of backslash escapes
Browse files Browse the repository at this point in the history
  • Loading branch information
Francii-B committed Dec 7, 2023
1 parent 61ad22b commit 09f967c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ test: ## Quick test using 3 batches
fi

help: ## Print help messages
@echo "$$(grep -hE '^\S*(:.*)?##' $(MAKEFILE_LIST) \
@echo -e "$$(grep -hE '^\S*(:.*)?##' $(MAKEFILE_LIST) \
| sed -e 's/:.*##\s*/:/' -e 's/^\(.\+\):\(.*\)/\\x1b[36m\1\\x1b[m:\2/' -e 's/^\([^#]\)/ \1/g'\
| column -c2 -t -s : )"

Expand Down

0 comments on commit 09f967c

Please sign in to comment.