all: update tarball update: cd libbrotli && git pull cd libbrotli && git submodule update tarball: tar --exclude=.git -c -v -f - libbrotli | xz -9 >libbrotli-`date '+%Y%m%d'`.tar.xz