]> git.saurik.com Git - cydia.git/blobdiff - makefile
Memory management this deterministic _should_ be automated.
[cydia.git] / makefile
index 9ffa5e9f826795ea65a7d7d0cb4a9e0603003db5..ad0db8a75f192eba0d81c4767af559bf070be08d 100644 (file)
--- a/makefile
+++ b/makefile
@@ -6,5 +6,5 @@ test: all
        scp -p Cydia saurik@$(iPhone):/dat
        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
+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