aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorStuart Connolly <stuart02@gmail.com>2014-01-19 00:17:42 +0000
committerStuart Connolly <stuart02@gmail.com>2014-01-19 00:17:42 +0000
commit7bbf00e315d4fc45eb3a54e256f2aeb3ea379d21 (patch)
tree982437ba510aff61e1344f0b36093adf78f31b24 /Makefile
parent1ee5c3517856bcad6c51f525af7fd8f84bd6d12e (diff)
downloadsequelpro-7bbf00e315d4fc45eb3a54e256f2aeb3ea379d21.tar.gz
sequelpro-7bbf00e315d4fc45eb3a54e256f2aeb3ea379d21.tar.bz2
sequelpro-7bbf00e315d4fc45eb3a54e256f2aeb3ea379d21.zip
Fix make files and running tests.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 2 insertions, 5 deletions
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