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

13 lines
213 B
Makefile
Raw Normal View History

#
# makefile for CC65 runtime library
#
#--------------------------------------------------------------------------
# Object files
S_OBJS += fetchram.o \
reuregs.o \
stashram.o \
swapram.o \
verifyram.o