]> git.saurik.com Git - cydia.git/blobdiff - makefile
Please let this be the launch copy :(.
[cydia.git] / makefile
index b0ea315055cac28dc3def7f2e6b9abb74d835490..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
+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