improve makefile infromation

This commit is contained in:
King Kévin 2015-02-26 13:52:20 +01:00
parent db9445ceba
commit 88e932ca6c
1 changed files with 1 additions and 1 deletions

View File

@ -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