From 4b611f80cf6bb711f1076f05cb85acb302f5ecce Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Wed, 15 Apr 2015 19:20:46 -0400 Subject: [PATCH] Fixed a comment. --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index e6ed62ca..b9d8bee1 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -2,7 +2,7 @@ OBJDIR = .obj -# windows does this so :/ +# MAME does this so :/ ifeq ($(OS),Windows_NT) OS = windows endif