Skip to content

Commit

Permalink
Ensure parser-text.rb generates for JRuby too.
Browse files Browse the repository at this point in the history
  • Loading branch information
headius committed Jan 14, 2014
1 parent bdc435f commit 602fbe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -54,7 +54,7 @@ if RUBY_ENGINE == 'jruby'
system 'mvn package'
end

task :compile => 'ext/racc-cparse.jar'
task :compile => ['ext/racc-cparse.jar', 'lib/racc/parser-text.rb']

task :clean => :clean_mvn

Expand Down

0 comments on commit 602fbe6

Please sign in to comment.