summaryrefslogtreecommitdiffstats
path: root/crawl-ref/domake.sh
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-15 14:31:30 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-15 14:31:30 +0000
commite2abd51de87f84a83476669b63e846a5549a4bc1 (patch)
tree5e985d2b671a85d6c4c6e7f36f709de46bb7ae9a /crawl-ref/domake.sh
parent3fbed51718d84b7fdc21d44d80b290e1742ed647 (diff)
downloadcrawl-ref-e2abd51de87f84a83476669b63e846a5549a4bc1.tar.gz
crawl-ref-e2abd51de87f84a83476669b63e846a5549a4bc1.zip
Adjust build scripts to account for the tiles build changes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6560 c06c8d41-db1a-0410-9941-cceddc491573
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