X-Git-Url: https://git.saurik.com/cydia.git/blobdiff_plain/b27f0a944413d129aee4db862fcafd0aa77d7050..48c0461e36f4bbf6e4a5d7be6e58af0125bb1f9c:/makefile diff --git a/makefile b/makefile index 01003c4e..ee8fa99f 100644 --- a/makefile +++ b/makefile @@ -21,4 +21,7 @@ exec: exec.mm makefile Cydia: Cydia.mm ../uicaboodle.m/*.mm *.h makefile $(target)g++ -I../uicaboodle.m -fobjc-call-cxx-cdtors -g0 -O2 -Wall -Werror -o $@ $(filter %.mm,$^) -framework UIKit -framework IOKit -framework CoreFoundation -framework Foundation -framework CoreGraphics -framework GraphicsServices $(frameworks) -lobjc -lapt-pkg -lpcre -fobjc-exceptions -I/apl/i20 -F"$${PKG_ROOT}"/System/Library/PrivateFrameworks -.PHONY: all clean +sign: Cydia + CODESIGN_ALLOCATE=$$(which "$(target)codesign_allocate") /apl/tel/util/ldid -S Cydia + +.PHONY: all clean sign