diff options
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -51,6 +51,10 @@ task 'rubinius' do RUBY.replace 'rbx' end +task 'ee' do + RUBY.replace 'rubyee' +end + for task_file in Dir['rake_tasks/*.rake'] load task_file end |