Skip to content

Commit

Permalink
Add a Rake task for full run
Browse files Browse the repository at this point in the history
  • Loading branch information
mame committed Apr 14, 2017
1 parent 5dc4981 commit 44f1268
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,9 @@ task :default => %w(
task "../SHA1SUMS" => ["SHA1SUMS.gen.rb", *LIBS] do
ruby "SHA1SUMS.gen.rb"
end

task :run => :default do
sh "make -C .."
end

task :gen => [:run, "../SHA1SUMS"]

0 comments on commit 44f1268

Please sign in to comment.