Add 'reset' target
This commit is contained in:
parent
5515a0634d
commit
96146f3a23
3
Makefile
3
Makefile
@ -62,6 +62,9 @@ AVRDUDE_ARGS += -b$(AVRDUDE_BAUD)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifdef AVRDUDE_TYPE
|
ifdef AVRDUDE_TYPE
|
||||||
|
reset:
|
||||||
|
$(AVRDUDE) $(AVRDUDE_ARGS)
|
||||||
|
|
||||||
flash: $(PROG).hex
|
flash: $(PROG).hex
|
||||||
$(AVRDUDE) $(AVRDUDE_ARGS) -U flash:w:$(PROG).hex
|
$(AVRDUDE) $(AVRDUDE_ARGS) -U flash:w:$(PROG).hex
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user