diff options
author | konablend <[email protected]> | 2009-03-03 17:04:25 +0000 |
---|---|---|
committer | konablend <[email protected]> | 2009-03-03 17:04:25 +0000 |
commit | 34b9a9d0f67e507f296bb376b81789d10bdc8223 (patch) | |
tree | 21c94837a547e1c2eeafd56dc0243411e2ecfba6 /macosx | |
parent | e7953e7aca0a2c5bb9b87864b812ff9df87e036c (diff) |
BuildSystem:
- OSX fix: when in terminal 'xclean' needs to also trigger 'clean' allowing
Xcode to cleanup HandBrakeCLI and HandBrake products.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2208 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/module.xcode | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/module.xcode b/macosx/module.xcode index 8bfd15d99..5d75f5152 100644 --- a/macosx/module.xcode +++ b/macosx/module.xcode @@ -8,6 +8,8 @@ build: clean: $(call MACOSX.XCODE,clean) +xclean: clean + $(MAKECMDGOALS): __goals__ @true |