From 96dee9f27f1779fe4d1d3958bf4aadc41771f2ac Mon Sep 17 00:00:00 2001 From: Stuart Connolly Date: Sat, 18 Jan 2014 16:42:12 +0000 Subject: Ensure 10.8 and 10.9 compatibility. --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a4739992..1aebd1d8 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ BUILD_CONFIG?=$(CONFIG) CP=ditto --rsrc RM=rm -.PHONY: sequel-pro test clean clean-all localize latest +.PHONY: sequel-pro test clean localize latest sequel-pro: xcodebuild -project sequel-pro.xcodeproj -configuration "$(BUILD_CONFIG)" CFLAGS="$(SP_CFLAGS)" $(OPTIONS) build @@ -18,9 +18,6 @@ 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 - -clean-all: xcodebuild -project sequel-pro.xcodeproj -configuration "$(BUILD_CONFIG)" $(OPTIONS) clean localize: -- cgit v1.2.3