]> git.saurik.com Git - uikittools.git/commitdiff
Also delete extrainst_ when cleaning the project. v1.1.7
authorJay Freeman (saurik) <saurik@saurik.com>
Wed, 6 Feb 2013 17:18:15 +0000 (17:18 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Wed, 6 Feb 2013 17:18:15 +0000 (17:18 +0000)
makefile

index b1f82c52ab78443e6f550c8542d15cc6a69d6fb3..27410ef6d78a28a5fd97cce8f608c6a22ab20788 100644 (file)
--- a/makefile
+++ b/makefile
@@ -3,7 +3,7 @@ uikittools = uiduid uicache uiopen gssc sbdidlaunch sbreload cfversion iomfsetga
 all: $(uikittools)
 
 clean:
-       rm -f $(uikittools)
+       rm -f $(uikittools) extrainst_
 
 .PHONY: all clean package