summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Justin Kerk <dopefishjustin@gmail.com>2015-12-28 13:10:24 -0800
committer Justin Kerk <dopefishjustin@gmail.com>2015-12-28 13:10:24 -0800
commit84dcf402fbde7a4274c43c285ea53841cc3c8c6c (patch)
tree363c7fe04b5e20b4d37ba4e77852e022a854c6c2 /makefile
parent62b6307a1adeec6536bf360640cd2275781e3ba1 (diff)
Fix outdated comments
Diffstat (limited to 'makefile')
-rw-r--r--makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/makefile b/makefile
index 65cba4a0707..62086ea0545 100644
--- a/makefile
+++ b/makefile
@@ -181,10 +181,10 @@ endif
endif
#-------------------------------------------------
-# specify core target: mame, mess, etc.
-# specify subtarget: mame, mess, tiny, etc.
-# build rules will be included from
-# src/$(TARGET)/$(SUBTARGET).mak
+# specify core target: mame, ldplayer
+# specify subtarget: mame, arcade, mess, tiny, etc.
+# build scripts will be run from
+# scripts/target/$(TARGET)/$(SUBTARGET).lua
#-------------------------------------------------
ifndef TARGET
@@ -312,8 +312,8 @@ LD := $(SILENT)g++
#-------------------------------------------------
# specify OSD layer: windows, sdl, etc.
-# build rules will be included from
-# src/osd/$(OSD)/$(OSD).mak
+# build scripts will be run from
+# scripts/src/osd/$(OSD).lua
#-------------------------------------------------
ifndef OSD