added target test (equivalent to reset)
This commit is contained in:
parent
08ff317b14
commit
6f54c8ccf3
|
@ -320,6 +320,9 @@ fuse:
|
|||
reset:
|
||||
$(AVRDUDE) $(AVRDUDE_FLAGS)
|
||||
|
||||
test:
|
||||
$(AVRDUDE) $(AVRDUDE_FLAGS)
|
||||
|
||||
|
||||
# Create final output files (.hex, .eep) from ELF output file.
|
||||
%.hex: %.elf
|
||||
|
|
Loading…
Reference in New Issue
Block a user