summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-11-12 15:18:16 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2015-11-12 15:18:16 +0100
commit09f75f519d3c47411cae3d8785e048fd4ce75a77 (patch)
tree04bae0360d69fbd5c0e20715ee33a45d0b0868df /makefile
parent2098cdc12b7e611717d3c1fb7ed364a1094f3fd1 (diff)
fixed issue that genie did not update when arcade.lua or mess.lua only changed (nw)
Diffstat (limited to 'makefile')
-rw-r--r--makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/makefile b/makefile
index e29e8a556fe..b78ece4d18c 100644
--- a/makefile
+++ b/makefile
@@ -674,6 +674,11 @@ SCRIPTS = scripts/genie.lua \
$(wildcard src/osd/$(OSD)/$(OSD).mak) \
$(wildcard src/$(TARGET)/$(SUBTARGET).mak)
+ifeq ($(SUBTARGET),mame)
+SCRIPTS += scripts/target/$(TARGET)/arcade.lua
+SCRIPTS += scripts/target/$(TARGET)/mess.lua
+endif
+
ifndef SOURCES
SCRIPTS += scripts/target/$(TARGET)/$(SUBTARGET).lua
endif