Make: Add option to force colors in compiler output

This commit is contained in:
Jan Maria Matejka
2018-08-13 14:10:00 +02:00
parent aaf99e5e56
commit b3ceea84fd
+4
View File
@@ -55,6 +55,10 @@ else
Q:=
endif
ifneq ($(COLOR),)
CFLAGS += -fdiagnostics-color=always
endif
# Meta rules
docgoals := docs userdocs progdocs
testgoals := check test tests tests_run