add notes about xcodebuild

This commit is contained in:
Fletcher T. Penney 2015-11-12 16:14:22 -05:00
parent 2f5854d598
commit e558d45a92

View File

@ -28,6 +28,9 @@ analyze: $(BUILD_DIR)
scan-build cmake -DTEST=1 ..
# Create xcode project
# You can then build within XCode, or using the commands:
# xcodebuild -configuration Debug
# xcodebuild -configuration Release
.PHONY : xcode
xcode: $(BUILD_DIR)
cd $(BUILD_DIR); \