summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2008-02-03 07:15:54 +0000
committerJay Freeman (saurik) <saurik@saurik.com>2008-02-03 07:15:54 +0000
commitb4d89997f7c06c875a4ee9b10da0aef4e4e80dda (patch)
treeab7b02ff2e32a84feea6ca8da943458c223c4480 /makefile
parentd18f35d47234b406edb24ea2c93ac21a581579b7 (diff)
Drastic upgrades to nearly everything.
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index b0ea315..ad0db8a 100644
--- a/makefile
+++ b/makefile
@@ -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