mirror of
https://github.com/libretro/mame.git
synced 2025-03-02 08:18:45 +00: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…
x
Reference in New Issue
Block a user