1
0
Fork 0
This repository has been archived on 2019-12-23. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
arduinisten/projekte/attiny13/Makefile
2011-02-23 22:59:13 +01:00

11 lines
269 B
Makefile

default: blink.hex
blink.hex: blink.asm tn13def.inc
avra blink.asm
clean:
rm -f blink.hex blink.cof blink.eep.hex blink.obj
upload: blink.hex
# Pollin Atmel Evaluationsboard v2.0.1, ISP
avrdude -v -p attiny13 -c ponyser -P /dev/ttyS0 -U flash:w:blink.hex