mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 06:30:03 +08:00
459d676373
arty/typeshed/tests/stubtest_whitelists/py36.txt
11 lines
212 B
Makefile
Vendored
11 lines
212 B
Makefile
Vendored
# 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
|