summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-06-10 00:07:49 -0300
committerJesusaves <cpntb1@ymail.com>2018-06-10 00:07:49 -0300
commitd3b013cfd2b4fd28e4ee7ebcb9e8c4493edce587 (patch)
treea69dd98649106e13c34236d05a0e21666b81f680 /Makefile
parent62cb46f102dfb652556cc43b002122592f6bdd62 (diff)
downloadtools-d3b013cfd2b4fd28e4ee7ebcb9e8c4493edce587.tar.gz
tools-d3b013cfd2b4fd28e4ee7ebcb9e8c4493edce587.tar.bz2
tools-d3b013cfd2b4fd28e4ee7ebcb9e8c4493edce587.tar.xz
tools-d3b013cfd2b4fd28e4ee7ebcb9e8c4493edce587.zip
MAKE CLIENT will make weapons.xml
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5bbb98b..103af6b 100644
--- a/Makefile
+++ b/Makefile
@@ -9,6 +9,7 @@ all:
@echo "update - makes update and propagate web information (untested)"
@echo "news - propagate web information"
@echo "translation - fetches Transifex translations for server, and updates both."
+ @echo "client - generate weapons.xml"
contrib:
cd contrib_xsl ; make
@@ -49,3 +50,8 @@ news:
@cd ../web ; echo "Checking for web/ folder..." # check if web directory exists
cd web ; ./deploy.sh
@echo "News updated, please commit result on web."
+
+.PHONY: client
+client:
+ ./clientdata.py
+