Skip to content

Commit

Permalink
Merge pull request #253 from yui-knk/add_dependency
Browse files Browse the repository at this point in the history
'lib/racc/parser-text.rb' depends on 'lib/racc/info.rb'
  • Loading branch information
yui-knk committed Nov 4, 2023
2 parents 0b06f51 + 058d170 commit 10b7a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def jruby?
Object.const_defined?(:RUBY_ENGINE) and 'jruby' == RUBY_ENGINE
end

file 'lib/racc/parser-text.rb' => ['lib/racc/parser.rb', __FILE__] do |t|
file 'lib/racc/parser-text.rb' => ['lib/racc/parser.rb', 'lib/racc/info.rb', __FILE__] do |t|
source = 'lib/racc/parser.rb'

text = File.read(source)
Expand Down

0 comments on commit 10b7a4b

Please sign in to comment.