1
0
mirror of https://github.com/cc65/cc65.git synced 2024-08-19 02:29:33 +00:00
cc65/libsrc/geos-cbm/devel/Makefile

20 lines
329 B
Makefile
Raw Normal View History

#
# makefile for CC65 runtime library
#
#--------------------------------------------------------------------------
# Object files
S_OBJS += crt0.o \
extzp.o \
fio_module.o \
joy_stddrv.o \
mainargs.o \
mcbdefault.o \
mouse_stddrv.o \
oserror.o \
oserrlist.o \
randomize.o \
tgi_colors.o \
tgi_stddrv.o