bztitanium2/Makefile
2019-07-31 00:46:12 -07:00

15 lines
239 B
Makefile

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