ports/mk/hhl.colors.mk

5 lines
128 B
Makefile
Raw Normal View History

2022-09-06 23:57:09 -04:00
export grn = $(shell tput setaf 2)
export red = $(shell tput setaf 1)
export reset = $(shell tput sgr0)
export colormk = ""