mirror of
https://github.com/rust-embedded/rust-raspberrypi-OS-tutorials.git
synced 2024-11-15 18:14:02 +00:00
6 lines
117 B
Makefile
6 lines
117 B
Makefile
define colorecho
|
|
@tput setaf 6 2> /dev/null || true
|
|
@echo $1
|
|
@tput sgr0 2> /dev/null || true
|
|
endef
|