diff options
| author | 2016-08-30 14:57:38 +1000 | |
|---|---|---|
| committer | 2016-08-30 14:57:38 +1000 | |
| commit | 234e91f9fbdd5add24c551048df017573116fb0a (patch) | |
| tree | e51c52964164df96c126e134437ffb074c8742b1 /scripts/target/zexall | |
| parent | e2978b793fc9d15db482d286b32a78c439c5b55e (diff) | |
Add Lua-cleaning ability to srcclean
Diffstat (limited to 'scripts/target/zexall')
| -rw-r--r-- | scripts/target/zexall/zexall.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/target/zexall/zexall.lua b/scripts/target/zexall/zexall.lua index 739cd2a225a..36a1ff64a34 100644 --- a/scripts/target/zexall/zexall.lua +++ b/scripts/target/zexall/zexall.lua @@ -3,10 +3,10 @@ STANDALONE = true CPUS["Z80"] = true function standalone() - files{ + files{ MAME_DIR .. "src/zexall/main.cpp", MAME_DIR .. "src/zexall/zexall.cpp", MAME_DIR .. "src/zexall/zexall.h", - } + } end |
