mirror of
https://codeberg.org/hkzlab/TK2048.git
synced 2026-01-01 20:49:19 +11:00
Update sources
This commit is contained in:
parent
ca3c18983b
commit
accf2c96da
3 changed files with 49 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue