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

24 lines
383 B
Makefile
Raw Normal View History

#
# makefile for CC65 runtime library
#
#--------------------------------------------------------------------------
# Object files
S_OBJS += crc.o \
doublepop.o \
reuregs.o \
clearram.o \
fillram.o \
initram.o \
movedata.o \
stashram.o \
fetchram.o \
swapram.o \
verifyram.o \
doublespop.o \
copystring.o \
cmpstring.o \
copyfstring.o \
cmpfstring.o