blob: 541ec848adc1e7b19da04cafd59fd5f9ca62073e [file] [log] [blame]
Shad Ansari2f7f9be2017-06-07 13:34:53 -07001ifeq ("$(TERM)", "dumb")
2 BOLD_PRINT := printf "\n---- %s --------------------------------------------------\n"
3else
4 BOLD_PRINT?=printf "%s\n"
5endif
6export BOLD_PRINT