From 76f273f6c4fcb562eb90da6ac99662904e03c06e Mon Sep 17 00:00:00 2001 From: Stuart Connolly Date: Sun, 12 Jan 2014 13:41:32 +0000 Subject: Add analyze target to Makefile. --- Makefile | 5 +++-- 1 file 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 -- cgit v1.2.3