diff options
author | Florian Jung <flo@windfisch.org> | 2014-04-05 18:08:46 +0200 |
---|---|---|
committer | Florian Jung <flo@windfisch.org> | 2014-04-05 18:08:46 +0200 |
commit | 02edc6fdbb4f60e596385596633c1655a99b4620 (patch) | |
tree | a09a72893ff439d859fd6f1861fecfe971cd104f /Makefile | |
parent | 743334dfb8a223e612f39d7f69b6001001fac430 (diff) |
Makefile: flash target
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -426,6 +426,7 @@ gccversion : # Program the device. +flash: program program: $(TARGET).hex $(TARGET).eep $(AVRDUDE) $(AVRDUDE_FLAGS) $(AVRDUDE_WRITE_FLASH) $(AVRDUDE_WRITE_EEPROM) @@ -594,4 +595,4 @@ clean_list : # Listing of phony targets. .PHONY : all begin finish end sizebefore sizeafter gccversion \ build elf hex eep lss sym coff extcoff \ -clean clean_list program debug gdb-config +clean clean_list flash program debug gdb-config |