diff --git a/Makefile b/Makefile index 2d0acac..317aea2 100644 --- a/Makefile +++ b/Makefile @@ -4,5 +4,5 @@ python_test: py/ python py/setup.py test ruby_test: rb/ - cd rb && ruby1.9 tests.rb + cd rb && ruby tests.rb