summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-04-07 17:35:54 -0300
committerJesusaves <cpntb1@ymail.com>2019-04-07 17:35:54 -0300
commit85d74e6ec11e712768f4660f9f8ef153a1da769f (patch)
tree7441c02d4e3454a4b8fd9a55bfa85823f7660474 /Makefile
parentaf5e82551a5c31334992600965539474ffa39fb7 (diff)
downloadtools-85d74e6ec11e712768f4660f9f8ef153a1da769f.tar.gz
tools-85d74e6ec11e712768f4660f9f8ef153a1da769f.tar.bz2
tools-85d74e6ec11e712768f4660f9f8ef153a1da769f.tar.xz
tools-85d74e6ec11e712768f4660f9f8ef153a1da769f.zip
Bugfix
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 03b7889..4e28b55 100644
--- a/Makefile
+++ b/Makefile
@@ -64,8 +64,10 @@ 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."
+ @cd client ; ./minimap-render.py all
+ @cd client ; ./minimap-dyecmd.py ; ./minimap-dyecmd.sh
+ cp client/minimap-override/* ../client-data/graphics/minimaps/
+ @echo "XML files and minimaps updated, please commit result on client-data."
.PHONY: full
full: