Update toast notifications GNUmakefile.postamble

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/branches/gnustep_testplant_branch@40261 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Marcian Lytwyn 2016-12-14 23:30:37 +00:00
parent 07b36d7c7b
commit 3e1dbae531

View file

@ -33,8 +33,10 @@ after-all:: ToastNotifications-0.dll
# Things to do after clean
after-clean::
rm -rf obj
(cd ToastNotifications/$(GNUSTEP_HOST_CPU)/Debug && (find . -type f | grep -v '.dll' | xargs rm -rf))
(cd ToastNotifications/$(GNUSTEP_HOST_CPU)/Release && (find . -type f | grep -v '.dll' | xargs rm -rf))
(cd ToastNotifications/ix86/Debug && (find . -type f | grep -v '.dll' | xargs rm -rf))
(cd ToastNotifications/ix86/Release && (find . -type f | grep -v '.dll' | xargs rm -rf))
(cd ToastNotifications/x86_64/Debug && (find . -type f | grep -v '.dll' | xargs rm -rf))
(cd ToastNotifications/x86_64/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 ToastNotifications/*.suo)