X-Git-Url: https://git.saurik.com/cydia.git/blobdiff_plain/7fc0298900fd912b962229f23d090fc422320019..5cdfcd6ff1223d3200b8f8a051b07f137e353604:/makefile?ds=sidebyside diff --git a/makefile b/makefile index 9a1145dc..f94af0d9 100644 --- a/makefile +++ b/makefile @@ -68,7 +68,10 @@ clean: %.o: %.c $(cycc) -c -o $@ -x c $< -MobileCydia: MobileCydia.mm UICaboodle/*.h UICaboodle/*.mm SDURLCache/SDURLCache.h SDURLCache/SDURLCache.m iPhonePrivate.h lookup3.o Cytore.hpp +Version.h: + ./Version.h.sh + +MobileCydia: Version.h MobileCydia.mm UICaboodle/*.h UICaboodle/*.mm SDURLCache/SDURLCache.h SDURLCache/SDURLCache.m iPhonePrivate.h lookup3.o Cytore.hpp $(cycc) $(filter %.mm,$^) $(filter %.o,$^) $(foreach m,$(filter %.m,$^),-x objective-c++ $(m)) $(flags) $(link) $(uikit) ldid -Slaunch.xml $@ || { rm -f $@ && false; }