aboutsummaryrefslogtreecommitdiffstats
path: root/Frameworks
diff options
context:
space:
mode:
authorStuart Connolly <stuart02@gmail.com>2014-01-26 01:57:40 +0000
committerStuart Connolly <stuart02@gmail.com>2014-01-26 01:57:40 +0000
commit065aa16b0a82bf1c1dd4343c760ba6178e0decf6 (patch)
treeba01d683a7830e9a677a252501ce1dacd8f489df /Frameworks
parent754c69daa9fedfe5b731c7430b2490673d0eae5e (diff)
downloadsequelpro-065aa16b0a82bf1c1dd4343c760ba6178e0decf6.tar.gz
sequelpro-065aa16b0a82bf1c1dd4343c760ba6178e0decf6.tar.bz2
sequelpro-065aa16b0a82bf1c1dd4343c760ba6178e0decf6.zip
Fix make file.
Diffstat (limited to 'Frameworks')
-rw-r--r--Frameworks/PostgresKit/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Frameworks/PostgresKit/Makefile b/Frameworks/PostgresKit/Makefile
index daabf526..34eca4d8 100644
--- a/Frameworks/PostgresKit/Makefile
+++ b/Frameworks/PostgresKit/Makefile
@@ -10,7 +10,7 @@ RM=rm
.PHONY: postgreskit test analyze clean
-querykit:
+postgreskit:
xcodebuild -project PostgresKit.xcodeproj -configuration "$(BUILD_CONFIG)" CFLAGS="$(PGK_CFLAGS)" $(OPTIONS) build
test: