From 8821750300e6e0870c315fcace1366bb37cb3df6 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Tue, 1 Sep 2009 08:37:20 +0000 Subject: [PATCH] Fixed clean target. --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 47f34ea..dbd0012 100644 --- a/makefile +++ b/makefile @@ -15,7 +15,7 @@ link := -framework CoreFoundation -framework Foundation -F${PKG_ROOT}/System/Lib all: cycript $(name).dylib libcycript.plist clean: - rm -f $(name).dylib + rm -f $(name).dylib cycript libcycript.plist Struct.hpp libcycript.plist: Bridge.def makefile sed -e 's/^C/0/;s/^F/1/;s/^V/2/' Bridge.def | while read -r line; do \ -- 2.50.0