diff options
author | gumi <mekolat@users.noreply.github.com> | 2017-11-20 11:42:19 -0500 |
---|---|---|
committer | gumi <mekolat@users.noreply.github.com> | 2017-11-20 13:51:54 -0500 |
commit | 26c77fb2401c28e1f56f10cf3d5e71e39f2da93c (patch) | |
tree | 8eac0729e56c8eb3a74d2a908abfa2b195f0e541 | |
parent | 0e81a91664eabc64a38765392960405218e9a8f1 (diff) | |
download | serverdata-26c77fb2401c28e1f56f10cf3d5e71e39f2da93c.tar.gz serverdata-26c77fb2401c28e1f56f10cf3d5e71e39f2da93c.tar.bz2 serverdata-26c77fb2401c28e1f56f10cf3d5e71e39f2da93c.tar.xz serverdata-26c77fb2401c28e1f56f10cf3d5e71e39f2da93c.zip |
submodule update
-rw-r--r-- | GNUmakefile | 2 | ||||
m--------- | client-data | 0 | ||||
m--------- | tools | 0 |
3 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index edde25a3..c3067e15 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -37,4 +37,4 @@ world/map/news.txt world/map/news.html: tools/news.py tools/_news_colors.py worl news: world/map/news.txt world/map/news.html updates: - cd client-data && tools/make-updates + cd tools/client/ ; ./make-updates ; ./make-music.sh ; echo ">> Done!" diff --git a/client-data b/client-data -Subproject 4299256880bacf9a5f445065290f3f827a23e20 +Subproject ecf81718b1ed22354149d7e01addd59aba0ffd8 diff --git a/tools b/tools -Subproject 934e57d6982153e45e85fa66070b16fd63a7f46 +Subproject e97b3f71b9198f27fac03f53eacc3e7c9d32b75 |