]> git.sur5r.net Git - cc65/blobdiff - libsrc/dbg/Makefile
Changed rm -f to $(RM)
[cc65] / libsrc / dbg / Makefile
index f3cf4ebb3ab73c9d580b0c9f2a4b5c792387b489..61ccf309a0834ceb3ed8cf3051b8e9503e96f73e 100644 (file)
@@ -29,10 +29,7 @@ S_OBJS = asmtab.o dbgdasm.o dbgdump.o dbgisram.o dbgsupp.o
 all:   $(C_OBJS) $(S_OBJS)
 
 clean:
-       @rm -f *~
-       @rm -f $(C_OBJS:.o=.s)
-       @rm -f $(C_OBJS)
-       @rm -f $(S_OBJS)
+       @$(RM) *~ $(C_OBJS:.o=.s) $(C_OBJS) $(S_OBJS)
 
 zap:   clean