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