summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-04-07 17:07:21 -0300
committerJesusaves <cpntb1@ymail.com>2019-04-07 17:07:21 -0300
commitaf5e82551a5c31334992600965539474ffa39fb7 (patch)
tree5f77fa370f28958cfde2b210cf5ecfac7596e2a4 /Makefile
parentb92a2616e7e0b807f59f81692bd602f613e8a88e (diff)
downloadtools-af5e82551a5c31334992600965539474ffa39fb7.tar.gz
tools-af5e82551a5c31334992600965539474ffa39fb7.tar.bz2
tools-af5e82551a5c31334992600965539474ffa39fb7.tar.xz
tools-af5e82551a5c31334992600965539474ffa39fb7.zip
Auto generate minimaps
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 479866a..03b7889 100644
--- a/Makefile
+++ b/Makefile
@@ -64,6 +64,7 @@ client:
@cd client ; ./dailylogin.py
@cd client ; mv weapons.tmp ../../client-data/weapons.xml
@cd client ; mv daily.tmp ../../client-data/graphics/images/daily.xml
+ @cd client ; ./minimap-render.py all
@echo "XML files updated, please commit result on client-data."
.PHONY: full