Use $(RM) instead of rm -f
git-svn-id: svn://svn.cc65.org/cc65/trunk@2402 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -55,10 +55,10 @@ $(LIB): $(OBJS)
|
||||
$(AR) rs $(LIB) $?
|
||||
|
||||
clean:
|
||||
rm -f *~ core *.map
|
||||
$(RM) *~ core *.map
|
||||
|
||||
zap: clean
|
||||
rm -f *.o $(LIB) .depend
|
||||
$(RM) *.o $(LIB) .depend
|
||||
|
||||
# ------------------------------------------------------------------------------
|
||||
# Make the dependencies
|
||||
|
||||
Reference in New Issue
Block a user