aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorStuart Connolly <stuart02@gmail.com>2014-01-18 18:27:06 +0000
committerStuart Connolly <stuart02@gmail.com>2014-01-18 18:27:06 +0000
commitab7436f741e47bb4e7dabad5ff0693ccd5049971 (patch)
tree131e68fb042d427dda73a79ba841f34e90aff365 /Makefile
parentacf9069e56c1a1fa9666e357cda6db7095b5cf62 (diff)
downloadsequelpro-ab7436f741e47bb4e7dabad5ff0693ccd5049971.tar.gz
sequelpro-ab7436f741e47bb4e7dabad5ff0693ccd5049971.tar.bz2
sequelpro-ab7436f741e47bb4e7dabad5ff0693ccd5049971.zip
Build changes.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 1aebd1d8..cc823460 100644
--- a/Makefile
+++ b/Makefile
@@ -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