clean Windows dependencies as well

This commit is contained in:
Matthias Mailänder
2015-05-01 11:53:01 +02:00
parent 30a0eb6082
commit 7cef5cfbfd
2 changed files with 4 additions and 1 deletions

View File

@@ -287,6 +287,7 @@ clean:
@-$(RM_F) *.exe *.dll ./OpenRA*/*.dll ./OpenRA*/*.mdb *.mdb mods/**/*.dll mods/**/*.mdb *.resources
@-$(RM_RF) ./*/bin ./*/obj
@-$(RM_F) ./thirdparty/*.dll
@-$(RM_RF) ./thirdparty/windows
distclean: clean