]> git.sur5r.net Git - cc65/blobdiff - libsrc/geos/dlgbox/Makefile
Changed rm -f to $(RM)
[cc65] / libsrc / geos / dlgbox / Makefile
index 72e188093008b01253a627db480c75adf392939e..15cd497eaa39037e8a97e74777bd3e0ee401510a 100644 (file)
@@ -19,4 +19,4 @@ S_OBJS        = dodlgbox.o rstrfrmdialogue.o\
 all: $(C_OBJS) $(S_OBJS)
 
 clean:
-       @rm -f core *.~ $(S_OBJS) $(C_OBJS:.o=.s) $(C_OBJS)
+       @$(RM) core *.~ $(S_OBJS) $(C_OBJS:.o=.s) $(C_OBJS)