From 2618b3e95d753aea41a970219bee94cf006ec1f9 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Fri, 3 Dec 2010 10:49:28 +0000 Subject: Add the new sbreload command. --- makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index 08d8b37..54fe85b 100644 --- a/makefile +++ b/makefile @@ -1,4 +1,4 @@ -uikittools = uiduid uishoot uicache uiopen gssc sbdidlaunch +uikittools = uiduid uishoot uicache uiopen gssc sbdidlaunch sbreload all: $(uikittools) @@ -11,6 +11,10 @@ clean: $${PKG_TARG}-g++ -o $@ $< -framework CoreFoundation -framework Foundation -framework UIKit -framework GraphicsServices -F"$${PKG_ROOT}"/System/Library/PrivateFrameworks -lobjc -framework SpringBoardServices ldid -S $@ +%: %.c + $${PKG_TARG}-gcc -o $@ $< -framework CoreFoundation + ldid -S $@ + package: all rm -rf _ mkdir -p _/usr/bin -- cgit v1.2.3