minetest-mods/crops/Makefile

11 lines
213 B
Makefile
Raw Normal View History

2019-12-14 17:47:31 +01: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