]> git.sur5r.net Git - cc65/blobdiff - libsrc/geos/system/Makefile
Changed rm -f to $(RM)
[cc65] / libsrc / geos / system / Makefile
index e4bbceaf1de6625609159b50a9ad4866bd66c3ec..789b70ac6f5f4c60b141ecf2ba7e1c842eec50ef 100644 (file)
@@ -30,4 +30,4 @@ C_OBJS        =       systime.o
 all: $(C_OBJS) $(S_OBJS)
 
 clean:
-       @rm -f *.~ $(C_OBJS:.o=.s) $(C_OBJS) $(S_OBJS) core
+       @$(RM) *.~ $(C_OBJS:.o=.s) $(C_OBJS) $(S_OBJS) core