From: Fletcher T. Penney Date: Thu, 12 Nov 2015 21:14:22 +0000 (-0500) Subject: add notes about xcodebuild X-Git-Tag: 0.1.0a~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e558d45a926387acc605c23c65e128af35a08aa7;p=multimarkdown add notes about xcodebuild --- diff --git a/Makefile b/Makefile index d8d6e5a..2b80eff 100644 --- a/Makefile +++ b/Makefile @@ -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); \