[readme] Fix monolite instructions
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Mon, 30 Mar 2015 23:13:29 +0000 (01:13 +0200)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Mon, 30 Mar 2015 23:13:29 +0000 (01:13 +0200)
EXTERNAL_MCS is misleading and wrong there, the build uses monolite automatically when appropriate.

README.md

index fb27ad04a64ca2b64119b5bf4788bf6a0e2f5d7d..36a9c1ef398279ceb8e00e30a79ad03f09788f13 100644 (file)
--- a/README.md
+++ b/README.md
@@ -70,7 +70,7 @@ which contains just enough to run the 'mcs' compiler. You do this with:
 This will download and place the files appropriately so that you can then
 just run:
 
-    make EXTERNAL_MCS=${PWD}/mcs/class/lib/monolite/basic.exe
+    make
 
 The build will then use the files downloaded by `make get-monolite-latest`.