Update sources

This commit is contained in:
hkz 2025-07-15 22:20:28 +02:00
commit accf2c96da
3 changed files with 49 additions and 1 deletions

View file

@ -10,7 +10,7 @@ LIBS=clib-6502.a
# Common source files
ASM_SRCS = tk2k_startup.s
C_SRCS = main.c monitor_subroutines.c utility.c \
game_graphics.c
game_graphics.c game_logic.c
# Object files
OBJS = $(ASM_SRCS:%.s=%.o) $(C_SRCS:%.c=%.o)