Skip to content

Commit

Permalink
Add srcs target to prepare to build
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Nov 2, 2023
1 parent b12a4b8 commit 96976dc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,11 @@ else
end
end

task :compile => ['lib/racc/parser-text.rb']
desc 'Make autogenerated sources'
task :srcs => ['lib/racc/parser-text.rb']

task :build => "lib/racc/parser-text.rb"
task :compile => :srcs
task :build => :srcs

task :test => :compile

Expand Down

0 comments on commit 96976dc

Please sign in to comment.