]> git.sur5r.net Git - cc65/blobdiff - libsrc/geos/disk/Makefile
Changed rm -f to $(RM)
[cc65] / libsrc / geos / disk / Makefile
index 45fed6905db9622b182210fa0d2205b7626ed1c0..dd08aeb6f1d9100550ac57e2777abbcd4f79d033 100644 (file)
@@ -18,4 +18,4 @@ S_OBJS        = blkalloc.o calcblksfree.o changediskdevice.o chkdkgeos.o enterturbo.o e
 all: $(S_OBJS)
 
 clean:
-       @rm -f *.~ $(S_OBJS) core
+       @$(RM) *.~ $(S_OBJS) core