From 085051cd407b4781f27f551941515ab8d84ac81e Mon Sep 17 00:00:00 2001 From: Andrew Date: Wed, 11 Jan 2017 10:04:53 -0800 Subject: [PATCH] Update Makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 0ae5394..be2aa07 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,9 @@ # equal to some value. Your mileage my vary. win := $(shell uname | grep CYGWIN) +ifeq ($(win),) + win := $(shell uname | grep MINGW) +endif dar := $(shell uname | grep Darwin) ifneq ($(win),)