]> git.sur5r.net Git - cc65/blobdiff - libsrc/geos/file/Makefile
Started to add text output functions
[cc65] / libsrc / geos / file / Makefile
index 01299b30bf1d7aad37515d1ff2992df5cae48af3..5b8638feeaa239037758cf88667243bb5f82ab7a 100644 (file)
@@ -1,10 +1,9 @@
 #
 # Makefile for GEOS lib
 # for cc65
-# 
+#
 
 %.o:   %.s
-       @echo $<
        @$(AS) -o $@ $(AFLAGS) $<
 
 
@@ -18,4 +17,4 @@ S_OBJS        = get1stdirentry.o getnxtdirentry.o\
 all: $(S_OBJS)
 
 clean:
-       @rm -f *.~ $(S_OBJS) core
\ No newline at end of file
+       @rm -f *.~ $(S_OBJS) core