mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-04 02:50:05 +08:00
11 lines
212 B
Makefile
11 lines
212 B
Makefile
|
# Colorable output
|
||
|
CRESET := \x1b[0m
|
||
|
CBLACK := \x1b[30;01m
|
||
|
CRED := \x1b[31;01m
|
||
|
CGREEN := \x1b[32;01m
|
||
|
CYELLOW := \x1b[33;01m
|
||
|
CBLUE := \x1b[34;01m
|
||
|
CMAGENTA := \x1b[35;01m
|
||
|
CCYAN := \x1b[36;01m
|
||
|
CWHITE := \x1b[37;01m
|