]> git.sur5r.net Git - cc65/blob - libsrc/geos-common/common/Makefile
Ignore only top level directories.
[cc65] / libsrc / geos-common / common / Makefile
1 #
2 # makefile for CC65 runtime library
3 #
4
5 #--------------------------------------------------------------------------
6 # Object files
7
8 C_OBJS +=       _afailed.o      \
9                 _poserror.o     \
10                 abort.o         \
11                 perror.o        \
12                 sleep.o
13
14 S_OBJS +=       copydata.o      \
15                 memcpy.o        \
16                 memmove.o       \
17                 memset.o        \
18                 zerobss.o