Added xcodebuild target in Makefile

This commit is contained in:
ridiculousfish 2012-12-01 20:05:35 -08:00
parent a122d2eb50
commit f599239fd4

View file

@ -569,6 +569,14 @@ install-sh:
install: all install-sh check-uninstall install-force install: all install-sh check-uninstall install-force
.PHONY: install .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 # Force installation, even in presense of incompatible previous