summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2013-02-06 09:20:52 +0000
committerJay Freeman (saurik) <saurik@saurik.com>2013-02-06 10:12:16 +0000
commit4ab9b1c71900d5516424dcaf8b0dcb329d5a839f (patch)
treebe25d2c0d538de194abb5df3aa62363485fd20d0 /makefile
parentc9bb7c8ef256cba01e9e48a2c5f130ab31838905 (diff)
Delete all of the .csstore files.
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/makefile b/makefile
index df1bbf6..ae9f547 100644
--- a/makefile
+++ b/makefile
@@ -15,8 +15,10 @@ uiduid := -framework Foundation -framework UIKit
uiopen := -framework Foundation -framework UIKit
uishoot := -framework CoreFoundation -framework Foundation -framework UIKit
+uicache: csstore.cpp
+
%: %.mm
- $${PKG_TARG}-g++ -Wall -Werror -o $@ $< $($@) -F"$${PKG_ROOT}"/System/Library/PrivateFrameworks -lobjc
+ $${PKG_TARG}-g++ -Wall -Werror -o $@ $^ $($@) -F"$${PKG_ROOT}"/System/Library/PrivateFrameworks -lobjc
ldid -S$(wildcard $@.xml) $@
%: %.c