X-Git-Url: https://git.saurik.com/cydia.git/blobdiff_plain/2d28b35a4726bfb8c9c2b7ec913e7b82092f08fb..fc675b93dd20ae56fc3bd3c7972f76849f1a4468:/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