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