summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index 52bb5db..a3c3b6f 100644
--- a/makefile
+++ b/makefile
@@ -53,9 +53,9 @@ all: MobileCydia
clean:
rm -f MobileCydia
-MobileCydia: MobileCydia.mm UICaboodle/*.mm iPhonePrivate.h
+MobileCydia: MobileCydia.mm UICaboodle/*.h UICaboodle/*.mm iPhonePrivate.h
$(cycc) $(filter %.mm,$^) $(flags) $(link) $(uikit)
- ldid -Slaunch.xml $@
+ ldid -Slaunch.xml $@ || { rm -f $@ && false; }
CydiaAppliance: CydiaAppliance.mm
$(cycc) $(filter %.mm,$^) $(flags) -bundle $(link) $(backrow)