From: Jay Freeman (saurik) Date: Tue, 1 Sep 2009 08:37:20 +0000 (+0000) Subject: Fixed clean target. X-Git-Tag: v0.9.432~413 X-Git-Url: https://git.saurik.com/cycript.git/commitdiff_plain/8821750300e6e0870c315fcace1366bb37cb3df6 Fixed clean target. --- 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 \