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