summaryrefslogtreecommitdiffstats
path: root/crawl-ref/domake.sh
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/domake.sh')
-rw-r--r--crawl-ref/domake.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/domake.sh b/crawl-ref/domake.sh
index a523e0b3b6..8306bc2c7e 100644
--- a/crawl-ref/domake.sh
+++ b/crawl-ref/domake.sh
@@ -7,6 +7,7 @@ pushd NORMAL && make && popd && pushd WIZARD && make wizard ; popd
if [ -f NORMAL/crawl ]; then
ln -sf NORMAL/crawl ncrawl
fi
+
if [ -f WIZARD/crawl ]; then
ln -sf WIZARD/crawl wcrawl
fi