summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 5482cd9..8894a7d 100644
--- a/Rakefile
+++ b/Rakefile
@@ -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