mirror of
https://github.com/holub/mame
synced 2025-10-04 16:34:53 +03:00
Update README for new SUBTARGET syntax (nw)
This commit is contained in:
parent
2fb1ec8ab0
commit
59cb206dcc
10
README.md
10
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)).
|
||||
|
Loading…
Reference in New Issue
Block a user