deadlock crating and stacking recipes
This commit is contained in:
parent
ac668b9019
commit
31cd5b74b3
10 changed files with 31 additions and 11 deletions
7
Makefile
7
Makefile
|
|
@ -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/
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue