X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b4fe51258d17c1e63c55b2b83c8db83e44b15927..277f2e527e33de039146ab94358ffec9c98f6112:/src/makeprog.g95 diff --git a/src/makeprog.g95 b/src/makeprog.g95 index fbe21342f6..98287d1450 100644 --- a/src/makeprog.g95 +++ b/src/makeprog.g95 @@ -20,9 +20,12 @@ $(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) core + -$(RM) *.rsc + -$(RM) *.res + -$(RM) *.exe + +cleanall: clean + -$(RM) $(TARGET).exe