diff options
author | Stuart Connolly <stuart02@gmail.com> | 2014-01-18 16:42:12 +0000 |
---|---|---|
committer | Stuart Connolly <stuart02@gmail.com> | 2014-01-18 16:42:12 +0000 |
commit | 96dee9f27f1779fe4d1d3958bf4aadc41771f2ac (patch) | |
tree | 24cbba694a05c2b97ef81f7b4e7fc53b64f936aa /Makefile | |
parent | 95b082792c6dfc098af6b3e2b5f42afa19e5dd07 (diff) | |
download | sequelpro-96dee9f27f1779fe4d1d3958bf4aadc41771f2ac.tar.gz sequelpro-96dee9f27f1779fe4d1d3958bf4aadc41771f2ac.tar.bz2 sequelpro-96dee9f27f1779fe4d1d3958bf4aadc41771f2ac.zip |
Ensure 10.8 and 10.9 compatibility.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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: |