summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index b0ea315..ad0db8a 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