diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 + |