From: Nathael Pajani Date: Thu, 4 Dec 2014 02:36:42 +0000 (+0100) Subject: Fix the term colors so that we get back to default and not white (thanks cyprien) X-Git-Url: http://git.techno-innov.fr/?a=commitdiff_plain;h=5fd65d905a40783fbda86e23e77b405290ba9731;p=soft%2Flpc122x%2Fcore Fix the term colors so that we get back to default and not white (thanks cyprien) --- 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.