Changing color because red is for errors

This commit is contained in:
Adrien Bourmault 2019-03-09 20:40:32 +01:00
parent 815b2ac479
commit ec33a70acd
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ l_objects=./build/obj/kaleid/crtlib/memory.o ./build/obj/kaleid/crtlib/rand.o ./
#Color codes
CL='\033[0;32m'
CL2='\033[1;31m'
CL2='\033[1;36m'
CL3='\033[0m'
NC='\033[1;37m'