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

@ -35,6 +35,12 @@ https://github.com/wasabiz/picrin
Simply directly run the binary `bin/picrin` from terminal, or you can use `make` to execute it like this.
$ 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).