sequencer

This commit is contained in:
2024-03-26 15:58:45 +01:00
parent 9ddb747f16
commit 152f171c66
7 changed files with 75 additions and 9 deletions

View File

@ -11,7 +11,7 @@ CFLAGS+= -g3 -ggdb -gdwarf-2
LDFLAGS=-mmcu=$(MCU) -L $(TOOLCHAIN_PREFIX)/include
$(ARTIFACT).elf: main.o scheduler.o notes.o psg.o
$(ARTIFACT).elf: main.o scheduler.o psg.o sequencer.o
$(CC) -o $@ $(LDFLAGS) $^
$(OBJDUMP) -D $(ARTIFACT).elf > $(ARTIFACT).txt