diff options
author | Stuart Connolly <stuart02@gmail.com> | 2014-01-26 01:57:40 +0000 |
---|---|---|
committer | Stuart Connolly <stuart02@gmail.com> | 2014-01-26 01:57:40 +0000 |
commit | 065aa16b0a82bf1c1dd4343c760ba6178e0decf6 (patch) | |
tree | ba01d683a7830e9a677a252501ce1dacd8f489df /Frameworks | |
parent | 754c69daa9fedfe5b731c7430b2490673d0eae5e (diff) | |
download | sequelpro-065aa16b0a82bf1c1dd4343c760ba6178e0decf6.tar.gz sequelpro-065aa16b0a82bf1c1dd4343c760ba6178e0decf6.tar.bz2 sequelpro-065aa16b0a82bf1c1dd4343c760ba6178e0decf6.zip |
Fix make file.
Diffstat (limited to 'Frameworks')
-rw-r--r-- | Frameworks/PostgresKit/Makefile | 2 |
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: |