summaryrefslogtreecommitdiffhomepage
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/Rakefile b/Rakefile
index 16911c1..6dc53f3 100644
--- a/Rakefile
+++ b/Rakefile
@@ -2,13 +2,6 @@ require 'rspec/core/rake_task'
require_relative 'lib/ruby2d/colorize'
require_relative 'lib/ruby2d/version'
-# Simple 2D is required for these tasks
-if `which simple2d`.empty?
- puts "Simple 2D not found!".error
- puts "Install before running Rake tasks."
- exit
-end
-
def get_args
ARGV.each { |a| task a.to_sym do ; end }
end