summaryrefslogtreecommitdiff
path: root/configure.rb
blob: 27bad806ff671e0889db585ff7491a8862ccca3f (plain)
1
2
3
4
5
root_path = File.expand_path(File.dirname(__FILE__))
require File.join(root_path, "install", "prepare")
env = ARGV[0] || "development"

Install.prepare(env)