bztitanium2/Makefile
2019-07-21 17:16:09 -07:00

15 lines
236 B
Makefile

.PHONY: zip install
v = bztitanium_$(shell jq -r .version info.json)
copy:
mkdir -p ../$(v)
cp -rf * ../$(v)
rm ../$(v).zip
cd ..; zip -9 -r -y $(v).zip $(v) -x "*.xcf" -x "*.git*"
install: copy
cp -f ../$(v).zip ../../mods/