1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-12 17:30:50 +00:00

14 lines
243 B
Makefile
Raw Normal View History

#
# makefile for CC65 runtime library
#
#--------------------------------------------------------------------------
# Object files
S_OBJS += fio_module.o \
joy_stddrv.o \
mcbdefault.o \
mouse_stddrv.o \
tgi_colors.o \
tgi_stddrv.o