Fix document. (Use minirake instead of make.)

This commit is contained in:
Masaki Muranaka
2012-12-19 22:29:13 +09:00
parent c02c264be2
commit 59a12b9883
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