diff options
-rw-r--r-- | README.md | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md index fc78ba7793a..2a6d5f59240 100644 --- a/README.md +++ b/README.md @@ -17,11 +17,15 @@ How to compile? If you're on a *nix system, it could be as easy as typing -```make``` +``` +make +``` for a MAME build, or -```make TARGET=mess``` +``` +make TARGET=mess +``` for a MESS build (provided you have all the [prerequisites](http://forums.bannister.org/ubbthreads.php?ubb=showflat&Number=35138)). |