1
0
mirror of https://gitlab.os-k.eu/os-k-team/os-k.git synced 2023-08-25 14:03:10 +02:00

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

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'