sedimentology/Makefile
2015-04-13 20:59:56 -07:00

7 lines
156 B
Makefile

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