rust-raspberrypi-OS-tutorials/common/color.mk
2021-11-13 13:12:10 +01:00

6 lines
117 B
Makefile

define colorecho
@tput setaf 6 2> /dev/null || true
@echo $1
@tput sgr0 2> /dev/null || true
endef