From 34b9a9d0f67e507f296bb376b81789d10bdc8223 Mon Sep 17 00:00:00 2001 From: konablend Date: Tue, 3 Mar 2009 17:04:25 +0000 Subject: 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 --- macosx/module.xcode | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3