asm arpeggio

This commit is contained in:
Joachim Fenkes 2012-08-11 14:15:51 +02:00
parent fca16d6445
commit fab67dc800
2 changed files with 112 additions and 3 deletions

View file

@ -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