We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e573628 commit 3d731d9Copy full SHA for 3d731d9
1 file changed
Rakefile
@@ -13,7 +13,7 @@ Rake::Task[:mruby].invoke unless Dir.exist?(mruby_root)
13
Dir.chdir(mruby_root)
14
load "#{mruby_root}/Rakefile"
15
16
-desc "compile binary"
+desc "compile all the binaries"
17
task :compile => [:mruby, :all] do
18
%W(#{MRUBY_ROOT}/build/host/bin/#{APP_NAME} #{MRUBY_ROOT}/build/i686-pc-linux-gnu/#{APP_NAME}").each do |bin|
19
sh "strip --strip-unneeded #{bin}" if File.exist?(bin)
0 commit comments