From 34a91aa205dcf8f7cc6328057bcb22c44adeeb29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kyle=20J=C2=A0Cardoza?= Date: Mon, 10 Jun 2024 18:39:17 -0400 Subject: [PATCH] Cleanup --- Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 8dfb2df..186cae3 100644 --- a/Makefile +++ b/Makefile @@ -12,12 +12,7 @@ ASFLAGS := -I include \ MPFLAGS := -p SST39LF040@PLCC32 -SOURCES := src/memory.s \ - src/boot.s \ - src/irq.s \ - src/led.s \ - src/vera.s \ - src/main.s +SOURCES := $(wildcard src/*.s) INCLUDES := $(wildcard include/*.i)