]> git.sur5r.net Git - cc65/blobdiff - libsrc/geos/graph/Makefile
Changed rm -f to $(RM)
[cc65] / libsrc / geos / graph / Makefile
index 82b7cb1238132ecae15755ba4023eb2c1a57f069..f69213c41fb2b4a4d0bd8edbbb31e5dcd788ae9a 100644 (file)
@@ -18,4 +18,4 @@ S_OBJS        = drawline.o drawpoint.o framerectangle.o hlineregs.o horizontalline.o\
 all: $(S_OBJS)
 
 clean:
-       @rm -f *.~ $(S_OBJS) core
+       @$(RM) *.~ $(S_OBJS) core