5 lines
128 B
Makefile
5 lines
128 B
Makefile
|
export grn = $(shell tput setaf 2)
|
||
|
export red = $(shell tput setaf 1)
|
||
|
export reset = $(shell tput sgr0)
|
||
|
export colormk = ""
|