summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5328ab9..a80b709 100644
--- a/Makefile
+++ b/Makefile
@@ -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