mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 22:00:49 +00:00
Add distclean target.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@2594 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
3201c9c5c4
commit
e707f80710
1 changed files with 5 additions and 0 deletions
|
@ -99,3 +99,8 @@ internal-clean::
|
|||
rm -rf $$f ; \
|
||||
done
|
||||
rm -rf $(GNUSTEP_OBJ_PREFIX)
|
||||
|
||||
internal-distclean::
|
||||
rm -rf shared_obj static_obj shared_debug_obj shared_profile_obj \
|
||||
static_debug_obj static_profile_obj shared_profile_debug_obj \
|
||||
static_profile_debug_obj
|
||||
|
|
Loading…
Reference in a new issue