diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,10 +2,10 @@ all: Binaeruhr.hex install: all - avrdude -c avrispmkII -p t24 -U flash:w:Binaeruhr.hex:i + avrdude -c avrispmkII -p t2313 -U flash:w:Binaeruhr.hex:i check: - avrdude -c avrispmkII -p t24 -U flash:v:Binaeruhr.hex:i + avrdude -c avrispmkII -p t2313 -U flash:v:Binaeruhr.hex:i %.o: %.asm *.inc avr-as $< -mmcu=attiny2313 -o $@ |