PROG=incominger
VERSION=0.0.1

tarball::
	git-tar-tree master $(PROG)-$(VERSION) |bzip2 -c > $(PROG)-$(VERSION).tar.bz2
