X-Git-Url: https://git.saurik.com/cydia.git/blobdiff_plain/14c2ce52c1b368fef699e2db5d51c9acdd37575a..686e302fd0fed7758b531ad8329d60963a622a4e:/makefile diff --git a/makefile b/makefile index b0ea3150..ad0db8a7 100644 --- a/makefile +++ b/makefile @@ -6,5 +6,5 @@ test: all scp -p Cydia saurik@$(iPhone):/dat ssh saurik@$(iPhone) /dat/Cydia -Cydia: *.mm makefile +Cydia: *.mm *.h makefile arm-apple-darwin-g++ -fobjc-call-cxx-cdtors -g3 -O2 -Wall -Werror -o $@ $< -framework UIKit -framework IOKit -framework Foundation -framework CoreFoundation -framework CoreGraphics -framework GraphicsServices -lobjc -lapt-pkg -lpcre -fobjc-exceptions