summaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
author balr0g <balrog032@gmail.com>2015-05-19 15:14:31 -0400
committer balr0g <balrog032@gmail.com>2015-05-19 15:14:31 -0400
commit59cb206dcca59bf68a2ab2117b7dabf82b883c14 (patch)
tree55698f4c6cc59aeb32c54d3949640edd6f043952 /README.md
parent2fb1ec8ab05078c9957eb2832454929b62cd10bb (diff)
Update README for new SUBTARGET syntax (nw)
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/README.md b/README.md
index 843027a7e99..1fc7ca7a9b4 100644
--- a/README.md
+++ b/README.md
@@ -29,10 +29,16 @@ If you're on a *nix system, it could be as easy as typing
make
```
-for a MAME build, or
+for a MAME build,
```
-make TARGET=mess
+make SUBTARGET=arcade
+```
+
+for an arcade-only build, or
+
+```
+make SUBTARGET=mess
```
for a MESS build (provided you have all the [prerequisites](http://forums.bannister.org/ubbthreads.php?ubb=showflat&Number=35138)).