ports/mk/hhl.colors.mk
2022-09-06 23:57:09 -04:00

5 lines
128 B
Makefile

export grn = $(shell tput setaf 2)
export red = $(shell tput setaf 1)
export reset = $(shell tput sgr0)
export colormk = ""