From: Jay Freeman (saurik) Date: Wed, 6 Feb 2013 17:18:15 +0000 (+0000) Subject: Also delete extrainst_ when cleaning the project. X-Git-Tag: v1.1.7^0 X-Git-Url: https://git.saurik.com/uikittools.git/commitdiff_plain/e0d6a30e7c0dd8c5605b0a1b7c0b28fc148dd9f7?ds=inline;hp=4975f170949298759cf6faa7b81bb364e7df3c61 Also delete extrainst_ when cleaning the project. --- 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