From 88e932ca6c70faa885e1cf15f563bfcbb4f99313 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Thu, 26 Feb 2015 13:52:20 +0100 Subject: [PATCH] improve makefile infromation --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0384e7e..87c3668 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ OBJ = $(SRC:.c=.o) LST = $(SRC:.c=.lst) all: compile $(TARGET).lst flash - echo "EEPROM has to be programmed separately" + $(info EEPROM has to be programmed separately) debug: CFLAGS += -DDEBUG debug: all