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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user