1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-07 04:29:01 +00:00
cc65/libsrc/geos-common/disk/Makefile
2012-02-07 16:50:23 +00:00

19 lines
348 B
Makefile

#
# makefile for CC65 runtime library
#
#--------------------------------------------------------------------------
# Object files
S_OBJS += blkalloc.o \
calcblksfree.o \
freeblock.o \
getblock.o \
getdirhead.o \
getptrcurdknm.o \
gettrse.o \
nxtblkalloc.o \
opendisk.o \
putblock.o \
putdirhead.o \
setnextfree.o