exclude tmx and xcf files from love file
This commit is contained in:
parent
626d6adb9f
commit
5f39ad963f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
|||
ZIP := zip
|
||||
ZIP := zip -x \*.tmx \*.xcf
|
||||
LOVE := love
|
||||
|
||||
NAME := ds_alpha
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue