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)