summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2018-01-16 13:29:23 -0500
committergumi <git@gumi.ca>2018-01-16 13:29:23 -0500
commitefb1b0173e2dfae8affe48d7c4d9b0a14d9803c2 (patch)
tree56b18033167edd08c1c11a4f1c9bec7a4ecbc4d2 /GNUmakefile
parentf06c70e0edd024dcb692ccabd1039ebfa5c0cb87 (diff)
downloadserverdata-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--GNUmakefile2
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