summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2010-11-30 03:59:09 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2010-11-30 14:37:50 -0800
commit94b0b3e5b9dbe5ce24c4606fc22a961a41ebb088 (patch)
tree980f0816c00830f19eb81ad981b7d0710e3f31a2 /makefile
parent14f177039526358e06f07893a6a1c39be7803e5f (diff)
Replace 99.9% of metadata.plist with metadata.cb0.
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 5868acc..89c43b2 100644
--- 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; }