This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Path to your oh-my-zsh configuration. | |
ZSH=$HOME/.oh-my-zsh | |
# Set name of the theme to load. | |
# Look in ~/.oh-my-zsh/themes/ | |
# Optionally, if you set this to "random", it'll load a random theme each | |
# time that oh-my-zsh is loaded. | |
# ZSH_THEME="alanpeabody" | |
# Example aliases |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
build-core-native: | |
[exec] Current OS is Mac OS X | |
[exec] Executing 'xcodebuild' with arguments: | |
[exec] '-configuration' | |
[exec] 'Debug' | |
[exec] '-target' | |
[exec] 'build-core-native' | |
[exec] 'SRCROOT=.' | |
[exec] 'OBJROOT=/Users/stephen/dev/java/src/macosx-port/build/macosx-universal/JObjC.build' | |
[exec] 'DSTROOT=/Users/stephen/dev/java/src/macosx-port/build/macosx-universal/JObjC.dst/Debug' |