summaryrefslogtreecommitdiff
path: root/new
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2015-04-15 19:20:46 -0400
committerPietro Gagliardi <[email protected]>2015-04-15 19:20:46 -0400
commitbb0c52ee4ea98b679dba89e8988bd960d12c737a (patch)
treedd147fa3a98ef84d5ff7b30c8abb87ee42e344d0 /new
parent2d1f20d905b39f4d8f39d81ea9a40d21ff16063e (diff)
Fixed a comment.
Diffstat (limited to 'new')
-rw-r--r--new/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/new/GNUmakefile b/new/GNUmakefile
index e6ed62c..b9d8bee 100644
--- a/new/GNUmakefile
+++ b/new/GNUmakefile
@@ -2,7 +2,7 @@
OBJDIR = .obj
-# windows does this so :/
+# MAME does this so :/
ifeq ($(OS),Windows_NT)
OS = windows
endif