Skip to content

Commit

Permalink
Expanded precompile dir list
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Davis committed Oct 12, 2008
1 parent fec9d69 commit 562a6b1
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 @@ -42,7 +42,7 @@ task :run_ruby => %w[kernel:build vm/vm] # HACK argument + dependency is broken

desc "Compile files with MRI because vm takes forever to do it"
task :precompile => %w[extensions] do
FileList['lib/**/*.rb', 'spec/**/*.rb'].each do |rb|
FileList['{mspec,kernel,lib,spec}/**/*.rb'].each do |rb|
next unless File.file? rb

rbc = "#{rb}c"
Expand Down

0 comments on commit 562a6b1

Please sign in to comment.