]> git.sur5r.net Git - cc65/blobdiff - libsrc/geos-common/memory/Makefile
Replaced whole bunch for Makefiles with a single generic Makefile.
[cc65] / libsrc / geos-common / memory / Makefile
diff --git a/libsrc/geos-common/memory/Makefile b/libsrc/geos-common/memory/Makefile
deleted file mode 100644 (file)
index 61585a5..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-#
-# makefile for CC65 runtime library
-#
-
-#--------------------------------------------------------------------------
-# Object files
-
-S_OBJS +=      clearram.o      \
-               cmpfstring.o    \
-               cmpstring.o     \
-               copyfstring.o   \
-               copystring.o    \
-               crc.o           \
-               doublepop.o     \
-               doublespop.o    \
-               fillram.o       \
-               initram.o       \
-               movedata.o