Fix the term colors so that we get back to default and not white (thanks cyprien)
authorNathael Pajani <nathael.pajani@ed3l.fr>
Thu, 4 Dec 2014 02:36:42 +0000 (03:36 +0100)
committerNathael Pajani <nathael.pajani@ed3l.fr>
Tue, 8 Nov 2022 16:03:04 +0000 (17:03 +0100)
Makefile

index 008a803..4fb0aba 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ SRC = $(shell find . -name \*.c)
 OBJS = ${SRC:%.c=${OBJDIR}/%.o}
 
 $(NAME).bin: $(NAME)
-       @echo "Creating image : \e[32m$@\e[37m"
+       @echo "Creating image : \e[32m$@\e[39m"
        @$(CROSS_COMPILE)objcopy -R .stack -R .bss -O binary $^ $@
        @ls -l $@
        @echo Done.