From 132959eed8e2d2fba2e6f8f2a609cf63ac607530 Mon Sep 17 00:00:00 2001 From: Yuichi Nishiwaki Date: Thu, 14 Nov 2013 13:57:28 +0900 Subject: [PATCH] add mention to default make option --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 722ed715..c86e3ca5 100644 --- a/README.md +++ b/README.md @@ -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).