From 4ab9b1c71900d5516424dcaf8b0dcb329d5a839f Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Wed, 6 Feb 2013 09:20:52 +0000 Subject: Delete all of the .csstore files. --- makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'makefile') 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 -- cgit v1.2.3