From d3b013cfd2b4fd28e4ee7ebcb9e8c4493edce587 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 10 Jun 2018 00:07:49 -0300 Subject: MAKE CLIENT will make weapons.xml --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile') 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 + -- cgit v1.2.3-70-g09d2