patch for cleanall target in mingw makefiles (which I forgot to commit before)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9564 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2001-03-21 19:13:09 +00:00
parent 51d673384e
commit 6e6d9f9e7b
3 changed files with 9 additions and 7 deletions

View File

@@ -22,7 +22,9 @@ $(TARGET)_resources.o: $(TARGET).rc
clean:
-$(RM) *.o
-$(RM) $(TARGET)_resources.o
-$(RM) $(TARGET).exe
-$(RM) core
-$(RM) *.rsc
-$(RM) *.res
cleanall: clean
-$(RM) $(TARGET).exe