X-Git-Url: http://git.linex4red.de/pub/USBaspLoader.git/blobdiff_plain/14e3c39f199fc2537e3d091c9c5f9c8db494fd79..e59306aabda9c2b64ef68f8b4bdee9f5710912c1:/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) *~