mirror of
https://github.com/cc65/cc65.git
synced 2024-12-28 06:30:16 +00:00
11 lines
192 B
Makefile
11 lines
192 B
Makefile
|
#
|
||
|
# makefile for CC65 runtime library
|
||
|
#
|
||
|
|
||
|
#--------------------------------------------------------------------------
|
||
|
# Object files
|
||
|
|
||
|
S_OBJS += fio_module.o \
|
||
|
mcbdefault.o \
|
||
|
mouse_stddrv.o
|