Kaynağa Gözat

Added flash option.

Vladimir N. Shilov 3 yıl önce
ebeveyn
işleme
2e5c4b662d
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -487,8 +487,8 @@ gccversion :
 	@$(CC) --version
 
 
-
 # Program the device.
+flash: program
 program: $(BINDIR)/$(TARGET).hex $(BINDIR)/$(TARGET).eep
 	$(AVRDUDE) $(AVRDUDE_FLAGS) $(AVRDUDE_WRITE_FLASH) $(AVRDUDE_WRITE_EEPROM)