summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authorkonablend <[email protected]>2009-03-03 17:04:25 +0000
committerkonablend <[email protected]>2009-03-03 17:04:25 +0000
commit34b9a9d0f67e507f296bb376b81789d10bdc8223 (patch)
tree21c94837a547e1c2eeafd56dc0243411e2ecfba6 /macosx
parente7953e7aca0a2c5bb9b87864b812ff9df87e036c (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.xcode2
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