18 lines
309 B
Makefile
18 lines
309 B
Makefile
#
|
|
# makefile for CC65 runtime library
|
|
#
|
|
|
|
#--------------------------------------------------------------------------
|
|
# Object files
|
|
|
|
S_OBJS += clearram.o \
|
|
cmpfstring.o \
|
|
cmpstring.o \
|
|
copyfstring.o \
|
|
copystring.o \
|
|
crc.o \
|
|
doublepop.o \
|
|
doublespop.o \
|
|
fillram.o \
|
|
initram.o \
|
|
movedata.o
|