diff options
author | gumi <git@gumi.ca> | 2018-01-16 13:29:23 -0500 |
---|---|---|
committer | gumi <git@gumi.ca> | 2018-01-16 13:29:23 -0500 |
commit | efb1b0173e2dfae8affe48d7c4d9b0a14d9803c2 (patch) | |
tree | 56b18033167edd08c1c11a4f1c9bec7a4ecbc4d2 /GNUmakefile | |
parent | f06c70e0edd024dcb692ccabd1039ebfa5c0cb87 (diff) | |
download | serverdata-efb1b0173e2dfae8affe48d7c4d9b0a14d9803c2.tar.gz serverdata-efb1b0173e2dfae8affe48d7c4d9b0a14d9803c2.tar.bz2 serverdata-efb1b0173e2dfae8affe48d7c4d9b0a14d9803c2.tar.xz serverdata-efb1b0173e2dfae8affe48d7c4d9b0a14d9803c2.zip |
change make-updates path
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 056f424a..5f293b3b 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 tools/client/ ; chmod a+rx ./make-updates ; ./make-updates ; ./make-music.sh ; echo ">> Done!" + cd tools/client/ ; ./make-updates.sh |