summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2010-10-06 19:55:06 -0700
committerJay Freeman (saurik) <saurik@saurik.com>2010-10-06 19:55:06 -0700
commitafb5333ac3d26972c58bd01b77397014caad58b3 (patch)
treebfe45bc04e73fca352088b9b2c70722f80178991 /makefile
parenta9dbe12cff9b5de401da271e92ac72a285227670 (diff)
Apple's Reachability code is ludicrously complex (and APSL).
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 52a91b6..1d189f0 100644
--- a/makefile
+++ b/makefile
@@ -42,7 +42,7 @@ all: Cydia
clean:
rm -f Cydia
-Cydia: Cydia.mm Reachability.mm UICaboodle/*.mm iPhonePrivate.h
+Cydia: Cydia.mm UICaboodle/*.mm iPhonePrivate.h
$(cycc) $(filter %.mm,$^) $(flags) $(link)
ldid -Slaunch.xml $@