Force remove in make
This commit is contained in:
parent
26b753ecb4
commit
536dc9290c
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -5,7 +5,7 @@ v = bztitanium_$(shell jq -r .version info.json)
|
|||
copy:
|
||||
mkdir -p ../$(v)
|
||||
cp -rf * ../$(v)
|
||||
rm ../$(v).zip
|
||||
rm -f ../$(v).zip
|
||||
cd ..; zip -9 -r -y $(v).zip $(v) -x "*.xcf" -x "*.git*"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue