X-Git-Url: https://git.saurik.com/cydia.git/blobdiff_plain/dc5812ecbee060e16932ea9f8b2a9ea29dfcb2d9..06aa974d197d4fa545111221cb274aa5ba7a9e38:/makefile diff --git a/makefile b/makefile index 9ffa5e9f..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 - arm-apple-darwin-g++ -fobjc-call-cxx-cdtors -g3 -O2 -Wall -Werror -o $@ $< -framework UIKit -framework Foundation -framework CoreFoundation -framework CoreGraphics -framework GraphicsServices -lobjc -lapt-pkg -lpcre -fobjc-exceptions +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