blob: 541ec848adc1e7b19da04cafd59fd5f9ca62073e [file] [log] [blame]
ifeq ("$(TERM)", "dumb")
BOLD_PRINT := printf "\n---- %s --------------------------------------------------\n"
else
BOLD_PRINT?=printf "%s\n"
endif
export BOLD_PRINT