Fix my development make targets

This commit is contained in:
Neale Pickett 2014-02-02 17:06:46 -07:00
parent 3022774491
commit 83d4fdeb70
1 changed files with 5 additions and 3 deletions

View File

@ -29,10 +29,12 @@ clean:
## Helpful targets for development
##
fuses: AVDFLAGS += -p $(MCU)
fuses: AVDFLAGS += -c usbtiny
VARIANT = neale
upload: scoreboard-neale.hex
AVDFLAGS += -p $(MCU)
AVDFLAGS += -c usbtiny
upload: scoreboard-$(VARIANT).hex
avrdude $(AVDFLAGS) -U flash:w:$<
fuses: FUSES += -U lfuse:w:0x7f:m