From dfe381f6ffaec729cbf3bcaf27f0ff2da1c36198 Mon Sep 17 00:00:00 2001 From: matiasow Date: Thu, 21 May 2015 23:51:37 -0300 Subject: [PATCH] Added make command to run console mode --- makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/makefile b/makefile index 141fa1d..9e61f3b 100644 --- a/makefile +++ b/makefile @@ -3,3 +3,7 @@ test: @echo Running tests... && \ RUBYLIB=./lib cutest test/*_test.rb + +console: + @echo Running console... && \ + RUBYLIB=./lib irb -r xsr