summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makefile.lnx
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/makefile.lnx')
-rw-r--r--crawl-ref/source/makefile.lnx2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/makefile.lnx b/crawl-ref/source/makefile.lnx
index df2cba085f..75abff9d5b 100644
--- a/crawl-ref/source/makefile.lnx
+++ b/crawl-ref/source/makefile.lnx
@@ -15,7 +15,7 @@ OBJECTS += libunix.o
CXX = g++
DELETE = rm -f
COPY = cp
-OS_TYPE = LINUX
+OS_TYPE = UNIX
CFLAGS = -Wall -Wwrite-strings -fsigned-char \
-Wshadow -pedantic \