aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-12-01 20:05:35 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-12-01 20:05:35 -0800
commitf599239fd4c4339d5d482f9cba9c7b61b4b7cd15 (patch)
treeeb00b5d54be50566dc24fd079e0a7b4e118c2ddd /Makefile.in
parenta122d2eb503185bd86525db0254019abf067383c (diff)
Added xcodebuild target in Makefile
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 64a6730f..fdd42d4b 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