summaryrefslogtreecommitdiff
path: root/Makefile
blob: 11be5953e8cc4c5fd00b8eaaf94ee702f30c3d0d (plain)
1
2
3
4
5
6

all: release

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