Skip to content

Commit

Permalink
Added make command to run console mode
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasow committed May 22, 2015
1 parent 7c3accc commit dfe381f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@
test:
@echo Running tests... && \
RUBYLIB=./lib cutest test/*_test.rb

console:
@echo Running console... && \
RUBYLIB=./lib irb -r xsr

0 comments on commit dfe381f

Please sign in to comment.