Skip to content

Commit

Permalink
Fix rake task to point to correct racc file location
Browse files Browse the repository at this point in the history
  • Loading branch information
adambeynon committed Oct 25, 2013
1 parent f4a7848 commit e3a4d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Expand Up @@ -76,7 +76,7 @@ end

desc "Rebuild grammar.rb for opal parser"
task :racc do
%x(racc -l lib/opal/grammar.y -o lib/opal/grammar.rb)
%x(racc -l lib/opal/parser/grammar.y -o lib/opal/parser/grammar.rb)
end

# Used for uglifying source to minify
Expand Down

0 comments on commit e3a4d0e

Please sign in to comment.