X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/63aea43ffd5b04ef0c6d246d44e2b162363e4bf8..8d38cdb778ed01de8a1e4ada81c6d92255885ffc:/src/makeprog.g95 diff --git a/src/makeprog.g95 b/src/makeprog.g95 index f8a9974517..2200451b60 100644 --- a/src/makeprog.g95 +++ b/src/makeprog.g95 @@ -20,4 +20,11 @@ $(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) core + -$(RM) *.rsc + -$(RM) *.res + +cleanall: clean + -$(RM) $(TARGET).exe