Merge pull request #650 from monaka/pr-fix-document-to-use-minirake

Fix document. (Use minirake instead of make.)
This commit is contained in:
Yukihiro "Matz" Matsumoto
2012-12-19 14:39:25 -08:00
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1,6 +1,7 @@
* Prerequisites
1. Make sure you have bison (http://www.gnu.org/software/bison/) installed in your system.
2. Make sure you have ruby installed in your system. (Required by Minirake.)
* Compilation and Installation
+1 -1
View File
@@ -57,7 +57,7 @@ See the INSTALL file.
To run the tests, execute the following from the project's root directory.
$ make test
$ ./minirake test
## Customization