Fix clean to remove VS user options file

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/branches/gnustep_testplant_branch@39746 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Marcian Lytwyn 2016-05-12 19:28:32 +00:00
parent 2347032e72
commit 54247ab70f

View file

@ -37,4 +37,4 @@ after-clean::
(cd ToastNotifications/Release && (find . -type f | grep -v '.dll' | xargs rm -rf))
(rm -rf ToastNotifications/ToastNotifications/Debug)
(rm -rf ToastNotifications/ToastNotifications/Release)
(rm -rf ToastNotifications/ipch ToastNotifications/*.sdf)
(rm -rf ToastNotifications/ipch ToastNotifications/*.sdf ToastNotifications/*.suo)