X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b4fe51258d17c1e63c55b2b83c8db83e44b15927..79f585d90388128f9d245f7c92d3013b98b9ed14:/src/makeprog.g95 diff --git a/src/makeprog.g95 b/src/makeprog.g95 index fbe21342f6..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: - rm -f *.o - rm -f $(TARGET)_resources.o - rm -f $(TARGET).exe - rm -f core - rm -f *.rsc - rm -f *.res + -$(RM) *.o + -$(RM) $(TARGET)_resources.o + -$(RM) $(TARGET).exe + -$(RM) core + -$(RM) *.rsc + -$(RM) *.res