lib/maybe_compile.rb in picky-4.5.5 vs lib/maybe_compile.rb in picky-4.5.6

- old
+ new

@@ -11,12 +11,10 @@ # require File.expand_path '../extconf', __FILE__ # Run make. # - Dir.chdir File.expand_path('..', __FILE__) do - puts %x(make) - end + puts %x(make) # Try again. # retry if failed < 2 \ No newline at end of file