diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2010-11-30 03:59:09 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-11-30 14:37:50 -0800 |
commit | 94b0b3e5b9dbe5ce24c4606fc22a961a41ebb088 (patch) | |
tree | 980f0816c00830f19eb81ad981b7d0710e3f31a2 /makefile | |
parent | 14f177039526358e06f07893a6a1c39be7803e5f (diff) |
Replace 99.9% of metadata.plist with metadata.cb0.
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |