]> git.saurik.com Git - cycript.git/commitdiff
Fixed clean target.
authorJay Freeman (saurik) <saurik@saurik.com>
Tue, 1 Sep 2009 08:37:20 +0000 (08:37 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Tue, 1 Sep 2009 08:37:20 +0000 (08:37 +0000)
makefile

index 47f34ea0e1a91f2774718f853b00605dc85bb001..dbd001209a5a71335856cd03559eab1e0b8cc924 100644 (file)
--- 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 \