From 5fd65d905a40783fbda86e23e77b405290ba9731 Mon Sep 17 00:00:00 2001 From: Nathael Pajani Date: Thu, 4 Dec 2014 03:36:42 +0100 Subject: [PATCH] Fix the term colors so that we get back to default and not white (thanks cyprien) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 008a803..4fb0aba 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ SRC = $(shell find . -name \*.c) OBJS = ${SRC:%.c=${OBJDIR}/%.o} $(NAME).bin: $(NAME) - @echo "Creating image : $@" + @echo "Creating image : $@" @$(CROSS_COMPILE)objcopy -R .stack -R .bss -O binary $^ $@ @ls -l $@ @echo Done. -- 2.43.0