Update makefile

This commit is contained in:
Anachronaut
2024-10-20 16:01:27 -04:00
committed by GitHub
parent 2cf69efa8d
commit e35fb73252
+1 -1
View File
@@ -11,7 +11,7 @@ SRC_DIR = Source
OBJ_DIR = Object OBJ_DIR = Object
# Source files # 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) OBJS = $(SRCS:%.c=$(OBJ_DIR)/%.o)
# Output binary name # Output binary name