summaryrefslogtreecommitdiffhomepage
path: root/Rakefile
blob: b7c8e2d66d9aba5f44f4124a844e5557584ebbae (plain)
1
2
3
4
5
6
task :build do
  desc "Build game"
  Dir.chdir("mruby") do
    `env MRUBY_CONFIG=build_config/felflame_linux.rb rake`
  end
end