diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,7 +1,7 @@ -MCU=atmega48 +MCU=atmega88 AVRDUDE=avrdude ACC=avr-gcc AOBJCOPY=avr-objcopy ALD=avr-ld ASIZE=avr-size CFLAGS=-Wall -Wextra -Wno-unused-parameter -pedantic -std=c99 @@ -32,15 +32,15 @@ love: kbc.flash kbc.eeprom @$(ASIZE) $@ %.o: %.c $(ACC) $(ACFLAGS) -c -o $@ $< flash: kbc.flash - $(AVRDUDE) -y -p m48 -E noreset -U flash:w:$<:r + $(AVRDUDE) -y -p m88 -E noreset -U flash:w:$<:r eeprom: kbc.eeprom - $(AVRDUDE) -y -p m48 -E noreset -U eeprom:w:$<:r + $(AVRDUDE) -y -p m88 -E noreset -U eeprom:w:$<:r clean: rm -f *.flash *.eeprom *.o .PHONY: love flash eeprom clean .SECONDARY: |
