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

8 lines
128 B
Makefile
Raw Normal View History

2010-09-22 17:46:45 +02:00
default: blink.hex
blink.hex: blink.asm tn13def.inc
avra blink.asm
clean:
rm -f blink.hex blink.cof blink.eep.hex blink.obj