X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6a570331df89d26dfb682bedab0faf13e2c285d8..c96ea65713a8dd58ae40b10718723b5c92a303e3:/src/makeprog.g95?ds=sidebyside diff --git a/src/makeprog.g95 b/src/makeprog.g95 index ca4f6009ce..2200451b60 100644 --- a/src/makeprog.g95 +++ b/src/makeprog.g95 @@ -20,9 +20,11 @@ $(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) core + -$(RM) *.rsc + -$(RM) *.res + +cleanall: clean + -$(RM) $(TARGET).exe