summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-03-26 19:32:34 -0300
committerJesusaves <cpntb1@ymail.com>2019-03-26 19:32:34 -0300
commit2e21a7dffb85e2c3dd1e2decab5238fdf8dabd12 (patch)
tree08bbc7fb006deb09ed1c8091fefc7532efa04ca6 /Makefile
parent05f0e2db6a1cc35a4d3f3855ff4aa4d54a138a6b (diff)
downloadtools-2e21a7dffb85e2c3dd1e2decab5238fdf8dabd12.tar.gz
tools-2e21a7dffb85e2c3dd1e2decab5238fdf8dabd12.tar.bz2
tools-2e21a7dffb85e2c3dd1e2decab5238fdf8dabd12.tar.xz
tools-2e21a7dffb85e2c3dd1e2decab5238fdf8dabd12.zip
make client updated
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b621ba3..06b5d24 100644
--- a/Makefile
+++ b/Makefile
@@ -60,7 +60,10 @@ news:
.PHONY: client
client:
- ./clientdata.py
+ @cd client ; ./weapons.py
+ @cd client ; ./dailylogin.py
+ @cd client ; mv weapons.tmp ../../client-data/weapons.xml
+ @cd client ; mv daily.tmp ../../client-data/graphics/images/daily.xml
@echo "XML files updated, please commit result on client-data."
.PHONY: full