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

PROJECT = crops
all: release

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