diff options
author | Stuart Connolly <stuart02@gmail.com> | 2014-01-12 13:41:32 +0000 |
---|---|---|
committer | Stuart Connolly <stuart02@gmail.com> | 2014-01-12 13:41:32 +0000 |
commit | 76f273f6c4fcb562eb90da6ac99662904e03c06e (patch) | |
tree | d4034325b122bab0cb55a8882ae4ced37ed5a440 /Makefile | |
parent | d4ed624ada26811530c2d1061e45018b10400923 (diff) | |
download | sequelpro-76f273f6c4fcb562eb90da6ac99662904e03c06e.tar.gz sequelpro-76f273f6c4fcb562eb90da6ac99662904e03c06e.tar.bz2 sequelpro-76f273f6c4fcb562eb90da6ac99662904e03c06e.zip |
Add analyze target to Makefile.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |