X-Git-Url: http://git.linex4red.de/pub/USBaspLoader.git/blobdiff_plain/babf9e011fb2d81c7a9b3eac522ff02757ff1d40..3bf774b6f1f9db533349ff2eebffccfef392f858:/updater/Makefile diff --git a/updater/Makefile b/updater/Makefile index 066c95c..7764cad 100644 --- a/updater/Makefile +++ b/updater/Makefile @@ -36,6 +36,13 @@ endif all: updater.hex +flash: all + $(ECHO) "." + $(AVRDUDE) -D -U flash:w:updater.hex:i + $(ECHO) "." + $(ECHO) "." + + ../firmware/main.bin: $(MAKE) -C ../firmware main.hex @@ -60,9 +67,6 @@ updater.hex: updater.elf $(ECHO) "." $(SIZ) updater.elf $(ECHO) "." - $(AVRDUDE) -D -U flash:w:updater.hex:i - $(ECHO) "." - deepclean: clean $(RM) *~