From 7bbf00e315d4fc45eb3a54e256f2aeb3ea379d21 Mon Sep 17 00:00:00 2001 From: Stuart Connolly Date: Sun, 19 Jan 2014 00:17:42 +0000 Subject: Fix make files and running tests. --- Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cc823460..850e83d5 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ BUILD_CONFIG?=$(CONFIG) CP=ditto --rsrc RM=rm -.PHONY: sequel-pro test clean localize latest +.PHONY: sequel-pro test analyze clean localize sequel-pro: xcodebuild -project sequel-pro.xcodeproj -configuration "$(BUILD_CONFIG)" CFLAGS="$(SP_CFLAGS)" $(OPTIONS) build @@ -21,8 +21,5 @@ clean: xcodebuild -project sequel-pro.xcodeproj -configuration "$(BUILD_CONFIG)" $(OPTIONS) clean localize: - xcodebuild -project sequel-pro.xcodeproj -configuration "$(BUILD_CONFIG)" CFLAGS="$(SP_CFLAGS)" $(OPTIONS) -target Localize + xcodebuild -project sequel-pro.xcodeproj -configuration "$(BUILD_CONFIG)" $(OPTIONS) -target Localize -latest: - svn update - make sequel-pro -- cgit v1.2.3