Clean up tarballs in "make clean"

Signed-off-by: Peter Jones <pjones@redhat.com>
This commit is contained in:
Peter Jones 2013-09-26 11:58:02 -04:00
parent 7f0208a0f9
commit 6d6aff1bab

View File

@ -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)