Commit 78ca6ea8 authored by Jan Maria Matejka's avatar Jan Maria Matejka
Browse files

Make: Add option to force colors in compiler output

parent 86b9e8e3
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