From df2150de63e2a53a1547a4e58f4643591a74d560 Mon Sep 17 00:00:00 2001
From: Seblu <sebastien.luttringer@smartjog.com>
Date: Mon, 18 Jul 2011 13:39:07 +0200
Subject: [PATCH] clean tar remove all tarball, not only current version

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

diff --git a/Makefile b/Makefile
index 07682d8..f100dc7 100644
--- a/Makefile
+++ b/Makefile
@@ -35,4 +35,4 @@ cleanbuild:
 	-rm -rf  $(BUILD_DIR)
 
 cleantar:
-	-rm -f $(NAME)-$(VERSION).tar.gz
+	-rm -f $(NAME)-*.tar.gz
-- 
GitLab