]> git.sur5r.net Git - cc65/blob - libsrc/geos-common/disk/Makefile
ffb5175ea0641b4634e2dce0d0b7b3661c4bfd95
[cc65] / libsrc / geos-common / disk / Makefile
1 #
2 # makefile for CC65 runtime library
3 #
4
5 #--------------------------------------------------------------------------
6 # Object files
7
8 S_OBJS +=       blkalloc.o              \
9                 calcblksfree.o          \
10                 freeblock.o             \
11                 getblock.o              \
12                 getdirhead.o            \
13                 getptrcurdknm.o         \
14                 gettrse.o               \
15                 nxtblkalloc.o           \
16                 opendisk.o              \
17                 putblock.o              \
18                 putdirhead.o            \
19                 setnextfree.o