]> git.sur5r.net Git - cc65/blobdiff - libsrc/geos/graph/Makefile
Started to add text output functions
[cc65] / libsrc / geos / graph / Makefile
index 1abf1a912c2807a1c841d23fe2ea8413e30e7c6f..9ea62b99431552576f5f5213f7a5950c54cf2d78 100644 (file)
@@ -5,7 +5,6 @@
 #
 
 %.o:   %.s
-       @echo $<
        @$(AS) -o $@ $(AFLAGS) $<
 
 
@@ -19,4 +18,4 @@ S_OBJS        = drawline.o drawpoint.o framerectangle.o hlineregs.o horizontalline.o\
 all: $(S_OBJS)
 
 clean:
-       @rm -f *.~ $(S_OBJS) core
\ No newline at end of file
+       @rm -f *.~ $(S_OBJS) core