From afb5333ac3d26972c58bd01b77397014caad58b3 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Wed, 6 Oct 2010 19:55:06 -0700 Subject: Apple's Reachability code is ludicrously complex (and APSL). --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') 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 $@ -- cgit v1.2.3