asm arpeggio
This commit is contained in:
parent
fca16d6445
commit
fab67dc800
2 changed files with 112 additions and 3 deletions
|
|
@ -1,6 +1,9 @@
|
|||
all: flash
|
||||
|
||||
noiseplug.elf: noiseplug.S
|
||||
noiseplug.o: noiseplug.S
|
||||
avr-gcc -Os -nostdlib -mmcu=attiny9 -o $@ -c $<
|
||||
|
||||
noiseplug.elf: noiseplug.o
|
||||
avr-gcc -Os -nostdlib -mmcu=attiny9 -o $@ $<
|
||||
|
||||
noiseplug.hex: noiseplug.elf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue