[Makefile] Echo Color Output


echo colorful output in Makefile. I tried several methods but they did not work. Then I found [1], which works on my Ubuntu Linux 15.10.

@echo "\033[92mHello World\033[0m"

See [1] for other text color.


Tested on Ubuntu Linux 15.10.


[1](1, 2) bash - How to change the output color of echo in Linux - Stack Overflow
[2]colorful Makefile echo output · siongui/pali@587672e · GitHub