diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -53,6 +53,9 @@ build/main.elf: ${OBJECTS} @echo @avr-size --format=avr --mcu=${MCU} $@ +massprogram: all + python utilities/flasher.py "${AVRFLASH} -p ${MCU} -c ${AVRDUDE_PROGRAMMER} ${AVRFLAGS}" + flash: program program: build/main.hex #main.eep |