summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/makefile b/crawl-ref/source/makefile
index aa9de5f172..303afd94d0 100644
--- a/crawl-ref/source/makefile
+++ b/crawl-ref/source/makefile
@@ -108,6 +108,7 @@ ifneq (,$(findstring MINGW,$(uname_S)))
endif
endif
ifeq ($(uname_S),DOS)
+ GAME = crawl.exe
NO_NCURSES = yes
NO_UNICODE = yes
NEED_LIBDOS = yes