X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b4fe51258d17c1e63c55b2b83c8db83e44b15927..dcfb179bc7626b810b5dc589bd5db0e2bae0e8fb:/src/makeprog.g95

diff --git a/src/makeprog.g95 b/src/makeprog.g95
index fbe21342f6..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:
-	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
+
+cleanall: clean
+	-$(RM) $(TARGET).exe