summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2013-02-06 17:18:15 +0000
committerJay Freeman (saurik) <saurik@saurik.com>2013-02-06 17:18:15 +0000
commite0d6a30e7c0dd8c5605b0a1b7c0b28fc148dd9f7 (patch)
tree5991cb352ad02e164efdbca1bfef351226c61969
parent4975f170949298759cf6faa7b81bb364e7df3c61 (diff)
Also delete extrainst_ when cleaning the project.v1.1.7
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index b1f82c5..27410ef 100644
--- 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