diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-26 19:33:30 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-26 19:33:30 -0300 |
commit | ce7bf374d87520c240fed158dbcdebdc6e3d0280 (patch) | |
tree | 086cae18bfa462272e4bc3c2baf2f03ea370d319 /Makefile | |
parent | 0dd3a18c63e4da6c659f24ad4e37230660c25271 (diff) | |
download | tools-ce7bf374d87520c240fed158dbcdebdc6e3d0280.tar.gz tools-ce7bf374d87520c240fed158dbcdebdc6e3d0280.tar.bz2 tools-ce7bf374d87520c240fed158dbcdebdc6e3d0280.tar.xz tools-ce7bf374d87520c240fed158dbcdebdc6e3d0280.zip |
New rule for JExp + make help
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +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" + @echo "client - generate weapons.xml and daily.xml" @echo "full - make contrib + wiki + translation + client + update + news" contrib: |