1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-14 19:29:26 +00:00
cc65/libsrc/geos-common/disk/Makefile

19 lines
348 B
Makefile
Raw Normal View History

#
# 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