Skip to content

Commit 3d731d9

Browse files
committed
update rake task description
1 parent e573628 commit 3d731d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Rake::Task[:mruby].invoke unless Dir.exist?(mruby_root)
1313
Dir.chdir(mruby_root)
1414
load "#{mruby_root}/Rakefile"
1515

16-
desc "compile binary"
16+
desc "compile all the binaries"
1717
task :compile => [:mruby, :all] do
1818
%W(#{MRUBY_ROOT}/build/host/bin/#{APP_NAME} #{MRUBY_ROOT}/build/i686-pc-linux-gnu/#{APP_NAME}").each do |bin|
1919
sh "strip --strip-unneeded #{bin}" if File.exist?(bin)

0 commit comments

Comments
 (0)