From f6bc9705d2bb61025f09b6ebf11e07ea42a52e14 Mon Sep 17 00:00:00 2001 From: Dale Weiler Date: Sun, 3 Jan 2016 00:35:12 -0500 Subject: [PATCH] eh --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2