mirror of
https://github.com/gnustep/libs-back.git
synced 2025-02-23 11:51:27 +00:00
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:
parent
07b36d7c7b
commit
3e1dbae531
1 changed files with 4 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue