Improved makefiles to show colored errors/warnings

This commit is contained in:
t-moe
2015-05-12 14:34:26 +02:00
parent aec62d4e02
commit e93b3f145c
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ QT_DIR=./qt
COMMON_DIR=../common
#Tools
CC=gcc
CC=gcc -fdiagnostics-color=auto
GDB=gdb