add mention to default make option

This commit is contained in:
Yuichi Nishiwaki 2013-11-14 13:57:28 +09:00
parent 0462aebce0
commit 132959eed8
1 changed files with 6 additions and 0 deletions

View File

@ -36,6 +36,12 @@ https://github.com/wasabiz/picrin
$ make run
- debug-run
By default make command runs REPL with all debug flags enabled.
$ make
In the default option, when `make` command is called without arguments, it builds the binary and right after that dropped into the picrin interactive shell (REPL).
- install