deadlock crating and stacking recipes

This commit is contained in:
Brevven 2020-11-08 20:22:18 -08:00
parent ac668b9019
commit 31cd5b74b3
10 changed files with 31 additions and 11 deletions

View file

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