From a53f8c8f28bdeebbcd5224d606f14ce224ab20ea Mon Sep 17 00:00:00 2001 From: realtradam Date: Wed, 12 Jan 2022 14:22:33 -0500 Subject: rake now lists tasks --- Rakefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Rakefile b/Rakefile index f69f0f1..85d3ed4 100644 --- a/Rakefile +++ b/Rakefile @@ -1,3 +1,4 @@ +desc "Build your game" task :build do desc "Build game" Dir.chdir("mruby") do @@ -5,6 +6,7 @@ task :build do end end +desc "Create a server and open your game in your browser" task :serve do link = "http://localhost:8000/game.html" if RbConfig::CONFIG['host_os'] =~ /mswin|mingw|cygwin/ -- cgit v1.2.3