mirror of
https://codeberg.org/hkzlab/TK2048.git
synced 2026-01-08 05:19:20 +11:00
Add tiles
This commit is contained in:
parent
8fb45612a8
commit
4c6f4932e5
17 changed files with 60 additions and 8 deletions
2
Makefile
2
Makefile
|
|
@ -11,7 +11,7 @@ LIBS=clib-6502.a
|
|||
ASM_SRCS = tk2k_startup.s
|
||||
C_SRCS = main.c monitor_subroutines.c utility.c \
|
||||
game_graphics.c game_logic.c input.c \
|
||||
line_data.c
|
||||
line_data.c tiles.c
|
||||
|
||||
# Object files
|
||||
OBJS = $(ASM_SRCS:%.s=%.o) $(C_SRCS:%.c=%.o)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue