Commit b3ceea84 authored by Jan Maria Matejka's avatar Jan Maria Matejka
Browse files

Make: Add option to force colors in compiler output

parent aaf99e5e
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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