Explorar el Código

Added error coloring output

Florian DORMONT hace 10 años
padre
commit
445943818b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -2,7 +2,7 @@ NAME = WalrusRPG
 
 DEBUG = FALSE
 
-CFLAGS_COMMON = -Wall -W -marm -I include -I art
+CFLAGS_COMMON = -Wall -W -marm -I include -I art -fdiagnostics-color=always
 
 ifeq ($(DEBUG),FALSE)
 	CFLAGS_COMMON += -Ofast -flto