From 6d6aff1bab14ccdf4b4efe14a5fd2115b2c1e838 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Thu, 26 Sep 2013 11:58:02 -0400 Subject: [PATCH] Clean up tarballs in "make clean" Signed-off-by: Peter Jones --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 031e27f..39ca7bf 100644 --- a/Makefile +++ b/Makefile @@ -114,7 +114,7 @@ clean: $(MAKE) -C Cryptlib/OpenSSL clean $(MAKE) -C lib clean rm -rf $(TARGET) $(OBJS) $(MOK_OBJS) $(FALLBACK_OBJS) $(KEYS) certdb - rm -f *.debug *.so *.efi + rm -f *.debug *.so *.efi *.tar.* GITTAG = $(VERSION)