mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2025-01-03 07:31:54 +00:00
Make: Add option to force colors in compiler output
This commit is contained in:
parent
aaf99e5e56
commit
b3ceea84fd
@ -55,6 +55,10 @@ else
|
|||||||
Q:=
|
Q:=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifneq ($(COLOR),)
|
||||||
|
CFLAGS += -fdiagnostics-color=always
|
||||||
|
endif
|
||||||
|
|
||||||
# Meta rules
|
# Meta rules
|
||||||
docgoals := docs userdocs progdocs
|
docgoals := docs userdocs progdocs
|
||||||
testgoals := check test tests tests_run
|
testgoals := check test tests tests_run
|
||||||
|
Loading…
Reference in New Issue
Block a user