Skip to content

Commit

Permalink
Fix Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
hasumikin committed Dec 4, 2024
1 parent 513b48e commit 0f0fa65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ end

task :libmruby => "lib/picoruby" do
FileUtils.cd "lib/picoruby" do
sh "MRUBY_CONFIG=default rake test"
sh "rake test"
sh "MRUBY_CONFIG=#{mruby_config} rake"
end
end
Expand Down Expand Up @@ -163,7 +163,7 @@ task :clean do
FileUtils.cd "lib/picoruby" do
sh "rake clean"
end
%(build_pico build_pico2).each do |dir|
%w(build_pico build_pico2).each do |dir|
FileUtils.cd dir do
FileUtils.rm_rf Dir.glob("prk_firmware-*.*")
end
Expand Down

0 comments on commit 0f0fa65

Please sign in to comment.