mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
Added xcodebuild target in Makefile
This commit is contained in:
parent
a122d2eb50
commit
f599239fd4
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue