diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2010-10-05 14:49:50 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-10-05 14:49:50 -0700 |
commit | 19f0811d048f0f0eef58452b118a96075ed0c764 (patch) | |
tree | 0c2278b9c0893b6d871c176e9f74d0c91d5295d5 | |
parent | 80319240a664ad2e7f394ee8f0410db19eb2b689 (diff) |
Added call to ldid, neccessary for launch.xml (and the fact that I am no longer using cycc).
-rw-r--r-- | makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -44,6 +44,7 @@ clean: Cydia: Cydia.mm Reachability.mm UICaboodle/*.mm iPhonePrivate.h $(cycc) $(filter %.mm,$^) $(flags) $(link) + ldid -Slaunch.xml $@ package: Cydia sudo rm -rf _ |