diff options
| author | 2015-11-12 15:18:16 +0100 | |
|---|---|---|
| committer | 2015-11-12 15:18:16 +0100 | |
| commit | 09f75f519d3c47411cae3d8785e048fd4ce75a77 (patch) | |
| tree | 04bae0360d69fbd5c0e20715ee33a45d0b0868df /makefile | |
| parent | 2098cdc12b7e611717d3c1fb7ed364a1094f3fd1 (diff) | |
fixed issue that genie did not update when arcade.lua or mess.lua only changed (nw)
Diffstat (limited to 'makefile')
| -rw-r--r-- | makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |
