X-Git-Url: https://git.saurik.com/cydia.git/blobdiff_plain/a75f53e7c88d41370640fa6acf20cf8b5606f0d4..86581da1ca465b65c3d3ecd2fc3ee6168ec127b4:/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