summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-04-29 16:44:43 -0300
committerJesusaves <cpntb1@ymail.com>2019-04-29 16:44:43 -0300
commit11d2c6a557a92288dc08b58863254c6e08b36eb9 (patch)
tree69e186f7f5f49121406ad1e8910c8d96d6f74cf8 /Makefile
parenteb18f157b74c5ee96c840d527c7a887c5eb371e0 (diff)
downloadtools-11d2c6a557a92288dc08b58863254c6e08b36eb9.tar.gz
tools-11d2c6a557a92288dc08b58863254c6e08b36eb9.tar.bz2
tools-11d2c6a557a92288dc08b58863254c6e08b36eb9.tar.xz
tools-11d2c6a557a92288dc08b58863254c6e08b36eb9.zip
Fix bugs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4e28b55..7289540 100644
--- a/Makefile
+++ b/Makefile
@@ -65,7 +65,7 @@ client:
@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
- @cd client ; ./minimap-dyecmd.py ; ./minimap-dyecmd.sh
+ @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."