-MobileCydia: MobileCydia.mm UICaboodle/*.mm iPhonePrivate.h
- $(cycc) $(filter %.mm,$^) $(flags) $(link) $(uikit)
- ldid -Slaunch.xml $@
+%.o: %.c
+ $(cycc) -c -o $@ -x c $<
+
+MobileCydia: MobileCydia.mm UICaboodle/*.h UICaboodle/*.mm iPhonePrivate.h lookup3.o
+ $(cycc) $(filter %.mm,$^) $(filter %.o,$^) $(flags) $(link) $(uikit)
+ ldid -Slaunch.xml $@ || { rm -f $@ && false; }