X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6a570331df89d26dfb682bedab0faf13e2c285d8..4a64bee465c0dbf3d97fbf290cb2fef4ad41ca34:/src/makeprog.g95 diff --git a/src/makeprog.g95 b/src/makeprog.g95 index ca4f6009ce..4ded0d8261 100644 --- a/src/makeprog.g95 +++ b/src/makeprog.g95 @@ -20,9 +20,9 @@ $(TARGET)_resources.o: $(TARGET).rc $(RESCOMP) $(RCINPUTSWITCH) $(TARGET).rc $(RCOUTPUTSWITCH) $(TARGET)_resources.o $(RESFLAGS) clean: - erase *.o - erase $(TARGET)_resources.o - erase $(TARGET).exe - erase core - erase *.rsc - erase *.res + -$(RM) *.o + -$(RM) $(TARGET)_resources.o + -$(RM) $(TARGET).exe + -$(RM) core + -$(RM) *.rsc + -$(RM) *.res