diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2008-01-22 08:27:58 +0000 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2008-01-22 08:27:58 +0000 |
commit | 3178d79bf7ceb64f69b5bf931492a05aef22e4cf (patch) | |
tree | 112b505a42ca4661f4254a36bf8988eca02ded65 /makefile | |
parent | 61f28687e8a820e74374eca9b33e2d5f5f299e83 (diff) |
Finally got all these transitions right.
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,4 +7,4 @@ test: all ssh saurik@$(iPhone) /dat/Cydia Cydia: *.mm makefile - arm-apple-darwin-g++ -fobjc-call-cxx-cdtors -g3 -O2 -Wall -Werror -o $@ $< -framework UIKit -framework Foundation -framework CoreFoundation -framework CoreGraphics -framework GraphicsServices -lobjc -lapt-pkg -lpcre -fobjc-exceptions + 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 |