diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2010-12-01 20:43:02 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-12-02 00:51:44 -0800 |
commit | 71cc7be109c603c3dcd7e08fbe440707c4f652de (patch) | |
tree | 65359d9f23f3d4b8e9fe039f7ca9c8468b1b9e87 /makefile | |
parent | 029c8b74ccda00c74f8a39bc75f817d4763ae93a (diff) |
Integrate SDURLCache: disk cache FTW.
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -56,8 +56,8 @@ clean: %.o: %.c $(cycc) -c -o $@ -x c $< -MobileCydia: MobileCydia.mm UICaboodle/*.h UICaboodle/*.mm iPhonePrivate.h lookup3.o Cytore.hpp - $(cycc) $(filter %.mm,$^) $(filter %.o,$^) $(flags) $(link) $(uikit) +MobileCydia: MobileCydia.mm UICaboodle/*.h UICaboodle/*.mm SDURLCache/SDURLCache.h SDURLCache/SDURLCache.m iPhonePrivate.h lookup3.o Cytore.hpp + $(cycc) $(filter %.mm,$^) $(filter %.o,$^) $(foreach m,$(filter %.m,$^),-x objective-c++ $(m)) $(flags) $(link) $(uikit) ldid -Slaunch.xml $@ || { rm -f $@ && false; } CydiaAppliance: CydiaAppliance.mm |