X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/63aea43ffd5b04ef0c6d246d44e2b162363e4bf8..2035e10e83324c6925d12725b842768f6e2b00a2:/src/makeprog.g95 diff --git a/src/makeprog.g95 b/src/makeprog.g95 index f8a9974517..4ded0d8261 100644 --- a/src/makeprog.g95 +++ b/src/makeprog.g95 @@ -20,4 +20,9 @@ $(TARGET)_resources.o: $(TARGET).rc $(RESCOMP) $(RCINPUTSWITCH) $(TARGET).rc $(RCOUTPUTSWITCH) $(TARGET)_resources.o $(RESFLAGS) clean: - rm -f $(OBJECTS) $(TARGET)_resources.o $(TARGET).exe core *.rsc *.res + -$(RM) *.o + -$(RM) $(TARGET)_resources.o + -$(RM) $(TARGET).exe + -$(RM) core + -$(RM) *.rsc + -$(RM) *.res