summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2008-12-04 07:17:49 +0000
committerJay Freeman (saurik) <saurik@saurik.com>2010-09-30 07:09:00 +0000
commit22f8bed9669aee2b33cbc4da49eea3106e91c338 (patch)
tree6fee9ee08b04bf3d7a3f0997a97d49e8d861f4e7 /makefile
parent03c0f7a9657ad201acfa37b0f94bc080014a4516 (diff)
Reorganized code and mostly finished ratings indicator.
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index fdff32d..c93bab0 100644
--- a/makefile
+++ b/makefile
@@ -9,7 +9,7 @@ all: Cydia
clean:
rm -f Cydia
-Cydia: Cydia.mm ../uicaboodle.m/*.mm ../mobilesubstrate/*.h *.h #makefile
+Cydia: Cydia.mm ../uicaboodle.m/*.m ../uicaboodle.m/*.mm ../mobilesubstrate/*.h #makefile
$(target)g++ -march=armv6 -mcpu=arm1176jzf-s -I../uicaboodle.m -I../mobilesubstrate -fobjc-call-cxx-cdtors -g0 -O2 -Wall -Werror -o $@ $(filter %.mm,$^) -framework UIKit -framework IOKit -framework CoreFoundation -framework Foundation -framework CoreGraphics -framework GraphicsServices -framework MessageUI -framework QuartzCore -framework JavaScriptCore -framework WebCore -framework WebKit -lobjc -lapt-pkg -lpcre -fobjc-exceptions -F"$${PKG_ROOT}"/System/Library/PrivateFrameworks -multiply_defined suppress
sign: Cydia