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