diff options
author | Stuart Connolly <stuart02@gmail.com> | 2014-01-18 18:27:06 +0000 |
---|---|---|
committer | Stuart Connolly <stuart02@gmail.com> | 2014-01-18 18:27:06 +0000 |
commit | ab7436f741e47bb4e7dabad5ff0693ccd5049971 (patch) | |
tree | 131e68fb042d427dda73a79ba841f34e90aff365 | |
parent | acf9069e56c1a1fa9666e357cda6db7095b5cf62 (diff) | |
download | sequelpro-ab7436f741e47bb4e7dabad5ff0693ccd5049971.tar.gz sequelpro-ab7436f741e47bb4e7dabad5ff0693ccd5049971.tar.bz2 sequelpro-ab7436f741e47bb4e7dabad5ff0693ccd5049971.zip |
Build changes.
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,10 +12,10 @@ sequel-pro: xcodebuild -project sequel-pro.xcodeproj -configuration "$(BUILD_CONFIG)" CFLAGS="$(SP_CFLAGS)" $(OPTIONS) build test: - xcodebuild -project sequel-pro.xcodeproj -configuration "$(BUILD_CONFIG)" CFLAGS="$(SP_CFLAGS)" -target "Unit Tests" $(OPTIONS) build + xcodebuild -project sequel-pro.xcodeproj -scheme "Sequel Pro" -configuration "$(BUILD_CONFIG)" CFLAGS="$(SP_CFLAGS)" $(OPTIONS) test analyze: - xcodebuild -project sequel-pro.xcodeproj -configuration "$(BUILD_CONFIG)" CFLAGS="$(SP_CFLAGS)" analyze + xcodebuild -project sequel-pro.xcodeproj -scheme "Sequel Pro" -configuration "$(BUILD_CONFIG)" CFLAGS="$(SP_CFLAGS)" $(OPTIONS) analyze clean: xcodebuild -project sequel-pro.xcodeproj -configuration "$(BUILD_CONFIG)" $(OPTIONS) clean |