mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-22 15:31:14 +00:00
Fix toast notification clean target
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/branches/gnustep_testplant_branch@40263 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b1805c347a
commit
d947c6a25c
1 changed files with 2 additions and 2 deletions
|
@ -37,8 +37,8 @@ after-clean::
|
|||
(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/ToastNotifications/ix86)
|
||||
(rm -rf ToastNotifications/ToastNotifications/x86_64)
|
||||
(rm -rf ToastNotifications/ipch ToastNotifications/*.sdf ToastNotifications/*.suo)
|
||||
(rm -rf ToastNotifications/ToastNotifications.VC.db)
|
||||
(rm -rf ToastNotifications/.vs ToastNotifications/obj ToastNotifications/DTAR*)
|
||||
|
|
Loading…
Reference in a new issue