From e0d6a30e7c0dd8c5605b0a1b7c0b28fc148dd9f7 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Wed, 6 Feb 2013 17:18:15 +0000 Subject: Also delete extrainst_ when cleaning the project. --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3