diff options
author | Stuart Connolly <stuart02@gmail.com> | 2014-01-19 00:17:42 +0000 |
---|---|---|
committer | Stuart Connolly <stuart02@gmail.com> | 2014-01-19 00:17:42 +0000 |
commit | 7bbf00e315d4fc45eb3a54e256f2aeb3ea379d21 (patch) | |
tree | 982437ba510aff61e1344f0b36093adf78f31b24 /Makefile | |
parent | 1ee5c3517856bcad6c51f525af7fd8f84bd6d12e (diff) | |
download | sequelpro-7bbf00e315d4fc45eb3a54e256f2aeb3ea379d21.tar.gz sequelpro-7bbf00e315d4fc45eb3a54e256f2aeb3ea379d21.tar.bz2 sequelpro-7bbf00e315d4fc45eb3a54e256f2aeb3ea379d21.zip |
Fix make files and running tests.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -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 |