crops-cd2025/Makefile

8 lines
166 B
Makefile

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