From f599239fd4c4339d5d482f9cba9c7b61b4b7cd15 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Sat, 1 Dec 2012 20:05:35 -0800 Subject: [PATCH] Added xcodebuild target in Makefile --- Makefile.in | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Makefile.in b/Makefile.in index 64a6730fd..fdd42d4bb 100644 --- a/Makefile.in +++ b/Makefile.in @@ -569,6 +569,14 @@ install-sh: install: all install-sh check-uninstall install-force .PHONY: install +# +# Xcode install +# +xcode-install: + rm -Rf /tmp/fish_build;\ + xcodebuild install DSTROOT=/tmp/fish_build;\ + ditto /tmp/fish_build / +.PHONY: xcode-install # # Force installation, even in presense of incompatible previous