diff --git a/Makefile b/Makefile index 894587e..5f543d6 100644 --- a/Makefile +++ b/Makefile @@ -62,6 +62,9 @@ AVRDUDE_ARGS += -b$(AVRDUDE_BAUD) endif ifdef AVRDUDE_TYPE +reset: + $(AVRDUDE) $(AVRDUDE_ARGS) + flash: $(PROG).hex $(AVRDUDE) $(AVRDUDE_ARGS) -U flash:w:$(PROG).hex endif