@@ -19,7 +19,7 @@ all: $(TARGET).hex
$(TARGET).elf: $(SRC)
@mkdir -p $(OUTDIR)
$(CC) $(CFLAGS) $< -o $@
$(CC) $(CFLAGS) $< -o $@ //avr-gcc -mmcu=atmega644pa ....
$(TARGET).hex: $(TARGET).elf
$(OBJCOPY) -O ihex -R .eeprom $< $@
The note is not visible to the blocked user.