From e8cad94e3c944e4acfeac7157eb9a06db92634d7 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 24 Aug 2004 09:37:30 +0000 Subject: [PATCH] remove zip on clean git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5010 a1c6a512-1295-4272-9138-f99709370657 --- tools/configure | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/configure b/tools/configure index 04212da2a1..ea88c782b6 100755 --- a/tools/configure +++ b/tools/configure @@ -79,6 +79,7 @@ sim: clean: \$(MAKE) -C \$(SIMDIR) DISPLAY=\$(DISPLAY) KEYPAD=\$(KEYPAD) OBJDIR=\$(THISDIR) clean + rm -rf rockbox.zip tags: @rm -f TAGS