10 lines
190 B
Makefile
10 lines
190 B
Makefile
#
|
|
# makefile for CC65 runtime library
|
|
#
|
|
|
|
#--------------------------------------------------------------------------
|
|
# Object files
|
|
|
|
S_OBJS += joy_stddrv.o \
|
|
tgi_colors.o \
|
|
tgi_stddrv.o
|