summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Justin Kerk <dopefishjustin@gmail.com>2014-11-30 12:49:07 -0800
committer Justin Kerk <dopefishjustin@gmail.com>2014-11-30 12:49:07 -0800
commitda5edaf6803868299d16a4e5b1cba1a66ba1528c (patch)
treec73ed76c2d29dcd592db715a5147119a5d9d8bd0
parent8e8f3a656436416474ae480e9e6597c74bd09c66 (diff)
grumble (nw)
-rw-r--r--README.md8
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)).