diff --git a/Makefile b/Makefile index 0e7b237..fc5c1be 100644 --- a/Makefile +++ b/Makefile @@ -37,6 +37,9 @@ load: $(BUILDDIR)/$(TARGET).hex avrdude -p $(PROGC) -c $(TOOL) -U flash:w:$(BUILDDIR)/$(TARGET).hex -v -B 1MHz program: clean load + +reset: + avrdude -p $(PROGC) -c $(TOOL) size: $(BUILDDIR)/$(TARGET).elf avr-size -C --mcu=$(MCU) $(BUILDDIR)/$(TARGET).elf