]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - Makefile
eh
[xonotic/gmqcc.git] / Makefile
index c9070d02b9d64f1e77e1f28cd54696e7eac32068..3e1d8ddfa287d9e23b72bc1ffc54cedb65606ced 100644 (file)
--- 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