]> git.saurik.com Git - cydia.git/blobdiff - makefile
Move reserved_ linkages up to Cytore::Block.
[cydia.git] / makefile
index 5868accc9bbf09d64f58a32744cc9bcefc14bbcf..89c43b270a2968bb670bcbce6be4d454ca187dab 100644 (file)
--- a/makefile
+++ b/makefile
@@ -56,7 +56,7 @@ clean:
 %.o: %.c
        $(cycc) -c -o $@ -x c $<
 
-MobileCydia: MobileCydia.mm UICaboodle/*.h UICaboodle/*.mm iPhonePrivate.h lookup3.o
+MobileCydia: MobileCydia.mm UICaboodle/*.h UICaboodle/*.mm iPhonePrivate.h lookup3.o Cytore.hpp
        $(cycc) $(filter %.mm,$^) $(filter %.o,$^) $(flags) $(link) $(uikit)
        ldid -Slaunch.xml $@ || { rm -f $@ && false; }