V = 0.9.8.11 all: update tarball update: cd hypertable && git reset --hard HEAD && git pull && git checkout -f v$(V) tarball: tar --exclude=.git --exclude=tests -c -f - hypertable | gzip -9 >hypertable-$(V).tar.gz