From fa06245590b342a237dab03eef26ed5c57f554ca Mon Sep 17 00:00:00 2001
From: Seblu <sebastien.luttringer@smartjog.com>
Date: Tue, 5 Jul 2011 19:01:44 +0200
Subject: [PATCH] make clean remove tarball

---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index a5977c4..75dfb01 100644
--- a/Makefile
+++ b/Makefile
@@ -29,6 +29,7 @@ buildd: dsc
 	scp $(BUILD_DIR)/$(NAME)_*.dsc $(BUILD_DIR)/$(NAME)_*.gz incoming@buildd.fr.lan:sid
 
 clean: cleanbuild
+	-rm -f $(NAME)-$(VERSION).tar.gz
 
 cleanbuild:
 	-rm -rf  $(BUILD_DIR)
-- 
GitLab