mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-03-29 09:09:07 +08:00
6 lines
157 B
Ruby
6 lines
157 B
Ruby
task :default do
|
|
ruby = ENV['ruby'] || "/Library/RubyMotion/bin/ruby"
|
|
system "#{ruby} -Ilib -r require_relative.rb runner.rb"
|
|
end
|
|
|
|
task :spec => :default |