summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2018-01-01 14:12:39 -0500
committergumi <git@gumi.ca>2018-01-01 14:12:39 -0500
commit4ab1ccbb9529cee68856ba618e1235b5a221331c (patch)
tree9c97b93973013691e8c57b6c63a610cee0a2d1c2 /GNUmakefile
parentc17eb79d89fedab8432bacc1324c457d2be1f324 (diff)
downloadserverdata-4ab1ccbb9529cee68856ba618e1235b5a221331c.tar.gz
serverdata-4ab1ccbb9529cee68856ba618e1235b5a221331c.tar.bz2
serverdata-4ab1ccbb9529cee68856ba618e1235b5a221331c.tar.xz
serverdata-4ab1ccbb9529cee68856ba618e1235b5a221331c.zip
update script fixup
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index c3067e15..056f424a 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/ ; ./make-updates ; ./make-music.sh ; echo ">> Done!"
+ cd tools/client/ ; chmod a+rx ./make-updates ; ./make-updates ; ./make-music.sh ; echo ">> Done!"