summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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