From: Dale Weiler Date: Sun, 3 Jan 2016 05:35:12 +0000 (-0500) Subject: eh X-Git-Tag: xonotic-v0.8.2~4 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=commitdiff_plain;h=f6bc9705d2bb61025f09b6ebf11e07ea42a52e14;ds=sidebyside eh --- diff --git a/Makefile b/Makefile index c9070d0..3e1d8dd 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ UNAME ?= $(shell uname) CYGWIN = $(findstring CYGWIN, $(UNAME)) -MINGW = $(findstring MINGW, $(UNAME)) +MINGW = $(findstring MINGW, $(UNAME)) ifneq ("$(CYGWIN)", "") WINDOWS=1