diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -60,7 +60,10 @@ news: .PHONY: client client: - ./clientdata.py + @cd client ; ./weapons.py + @cd client ; ./dailylogin.py + @cd client ; mv weapons.tmp ../../client-data/weapons.xml + @cd client ; mv daily.tmp ../../client-data/graphics/images/daily.xml @echo "XML files updated, please commit result on client-data." .PHONY: full |