diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2008-02-03 07:15:54 +0000 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2008-02-03 07:15:54 +0000 |
commit | b4d89997f7c06c875a4ee9b10da0aef4e4e80dda (patch) | |
tree | ab7b02ff2e32a84feea6ca8da943458c223c4480 /makefile | |
parent | d18f35d47234b406edb24ea2c93ac21a581579b7 (diff) |
Drastic upgrades to nearly everything.
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,5 +6,5 @@ test: all scp -p Cydia saurik@$(iPhone):/dat ssh saurik@$(iPhone) /dat/Cydia -Cydia: *.mm makefile +Cydia: *.mm *.h makefile arm-apple-darwin-g++ -fobjc-call-cxx-cdtors -g3 -O2 -Wall -Werror -o $@ $< -framework UIKit -framework IOKit -framework Foundation -framework CoreFoundation -framework CoreGraphics -framework GraphicsServices -lobjc -lapt-pkg -lpcre -fobjc-exceptions |