1 2 3 4 5 6
all: release release: VERSION=`git describe --tags`; \ git archive --format zip --output "sedimentology-$${VERSION}.zip" --prefix=sedimentology/ master