Update README for new SUBTARGET syntax (nw)

This commit is contained in:
balr0g 2015-05-19 15:14:31 -04:00
parent 2fb1ec8ab0
commit 59cb206dcc

View File

@ -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)).