projects
/
xonotic
/
gmqcc.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d8c18d
)
eh
author
Dale Weiler <weilercdale@gmail.com>
Sun, 3 Jan 2016 05:35:12 +0000
(
00:35
-0500)
committer
Dale Weiler <weilercdale@gmail.com>
Sun, 3 Jan 2016 05:35:12 +0000
(
00:35
-0500)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/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