summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2011-02-28 19:42:16 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2011-03-07 02:41:30 -0800
commit819a0ab15627e670431ba80fffab8b745dab89da (patch)
tree1a8592b15247893890e7de78f6fad608738e057c /makefile
parent092a6bbbf0dd2b34e213bed09eb2469f8a93e5f5 (diff)
Rename UICaboodle to CyteKit.
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index eae4fd3..ee64dc9 100644
--- a/makefile
+++ b/makefile
@@ -70,7 +70,7 @@ sysroot:
@echo 1>&2
@exit 1
-MobileCydia: sysroot MobileCydia.mm UICaboodle/*.h UICaboodle/*.mm SDURLCache/SDURLCache.h SDURLCache/SDURLCache.m iPhonePrivate.h lookup3.o Cytore.hpp
+MobileCydia: sysroot MobileCydia.mm CyteKit/*.h CyteKit/*.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) -DCYDIA_VERSION='"$(version)"'
ldid -Slaunch.xml $@ || { rm -f $@ && false; }