]> git.sur5r.net Git - cc65/blob - libsrc/geos-common/memory/Makefile
Ignore only top level directories.
[cc65] / libsrc / geos-common / memory / Makefile
1 #
2 # makefile for CC65 runtime library
3 #
4
5 #--------------------------------------------------------------------------
6 # Object files
7
8 S_OBJS +=       clearram.o      \
9                 cmpfstring.o    \
10                 cmpstring.o     \
11                 copyfstring.o   \
12                 copystring.o    \
13                 crc.o           \
14                 doublepop.o     \
15                 doublespop.o    \
16                 fillram.o       \
17                 initram.o       \
18                 movedata.o