From e35fb73252bd592471ee1fe878cd17a427e3bdc0 Mon Sep 17 00:00:00 2001 From: Anachronaut <75824887+RealBusinessAccount@users.noreply.github.com> Date: Sun, 20 Oct 2024 16:01:27 -0400 Subject: [PATCH] Update makefile --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 4b3b98f..42d8d34 100644 --- a/makefile +++ b/makefile @@ -11,7 +11,7 @@ SRC_DIR = Source OBJ_DIR = Object # Source files -SRCS = emulator.c io.c utility.c cpu.c bootstrap.c +SRCS = emulator.c io.c utility.c assembly.c cpu.c bootstrap.c OBJS = $(SRCS:%.c=$(OBJ_DIR)/%.o) # Output binary name