aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorStuart Connolly <stuart02@gmail.com>2014-01-12 13:41:32 +0000
committerStuart Connolly <stuart02@gmail.com>2014-01-12 13:41:32 +0000
commit76f273f6c4fcb562eb90da6ac99662904e03c06e (patch)
treed4034325b122bab0cb55a8882ae4ced37ed5a440 /Makefile
parentd4ed624ada26811530c2d1061e45018b10400923 (diff)
downloadsequelpro-76f273f6c4fcb562eb90da6ac99662904e03c06e.tar.gz
sequelpro-76f273f6c4fcb562eb90da6ac99662904e03c06e.tar.bz2
sequelpro-76f273f6c4fcb562eb90da6ac99662904e03c06e.zip
Add analyze target to Makefile.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f27b61f3..a4739992 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,3 @@
-# $Id$
-
CONFIG=Debug
OPTIONS=
@@ -16,6 +14,9 @@ sequel-pro:
test:
xcodebuild -project sequel-pro.xcodeproj -configuration "$(BUILD_CONFIG)" CFLAGS="$(SP_CFLAGS)" -target "Unit Tests" $(OPTIONS) build
+analyze:
+ xcodebuild -project sequel-pro.xcodeproj -configuration "$(BUILD_CONFIG)" CFLAGS="$(SP_CFLAGS)" analyze
+
clean:
xcodebuild -project sequel-pro.xcodeproj -configuration "$(BUILD_CONFIG)" $(OPTIONS) -nodependencies clean