summaryrefslogtreecommitdiffhomepage
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
new file mode 100644
index 0000000..b7c8e2d
--- /dev/null
+++ b/Rakefile
@@ -0,0 +1,6 @@
+task :build do
+ desc "Build game"
+ Dir.chdir("mruby") do
+ `env MRUBY_CONFIG=build_config/felflame_linux.rb rake`
+ end
+end