juanchi/mods/crops/Makefile

11 lines
213 B
Makefile
Raw Normal View History

2021-08-08 04:52:46 -07:00
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