#!/usr/bin/env ruby require 'simple-make' raise "Cannot find the build file " if !File.exist?("build.sm") configuration = File.open("build.sm").read project = Project.new project.instance_eval(configuration) project.generate_make_file