]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
eh
authorDale Weiler <weilercdale@gmail.com>
Sun, 3 Jan 2016 05:35:12 +0000 (00:35 -0500)
committerDale Weiler <weilercdale@gmail.com>
Sun, 3 Jan 2016 05:35:12 +0000 (00:35 -0500)
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