added target test (equivalent to reset)

This commit is contained in:
bigalex 2012-09-06 20:46:31 +02:00
parent 08ff317b14
commit 6f54c8ccf3

View File

@ -320,6 +320,9 @@ fuse:
reset: reset:
$(AVRDUDE) $(AVRDUDE_FLAGS) $(AVRDUDE) $(AVRDUDE_FLAGS)
test:
$(AVRDUDE) $(AVRDUDE_FLAGS)
# Create final output files (.hex, .eep) from ELF output file. # Create final output files (.hex, .eep) from ELF output file.
%.hex: %.elf %.hex: %.elf