summaryrefslogtreecommitdiff
path: root/Makefile
blob: 25868446266a0923d5fa7f7486174928fbd01754 (plain)
1
2
3
4
5
6
7
8
9
10

PROJECT = crops
all: release

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

poupdate:
	../intllib/tools/xgettext.sh *.lua