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

7 lines
128 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