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 /GNUmakefile | |
parent | 0e81a91664eabc64a38765392960405218e9a8f1 (diff) | |
download | serverdata-26c77fb2401c28e1f56f10cf3d5e71e39f2da93c.tar.gz serverdata-26c77fb2401c28e1f56f10cf3d5e71e39f2da93c.tar.bz2 serverdata-26c77fb2401c28e1f56f10cf3d5e71e39f2da93c.tar.xz serverdata-26c77fb2401c28e1f56f10cf3d5e71e39f2da93c.zip |
submodule update
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 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!" |