Skip to content

Commit 0353244

Browse files
committed
Fix clean task && upgrade picoruby
1 parent ff3f8dd commit 0353244

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

Rakefile

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -92,17 +92,9 @@ end
9292
sh "cmake --build #{dir}"
9393
end
9494
end
95-
end
96-
end
97-
end
98-
end
9995

100-
namespace :clean do
101-
%w[picoruby microruby].each do |vm|
102-
namespace vm do
103-
%w[pico pico_w pico2 pico2_w].each do |board|
10496
desc "Clean #{vm} for #{board} (both debug and prod)"
105-
task board do
97+
task :clean do
10698
FileUtils.cd "lib/picoruby" do
10799
config = mruby_config(vm, board)
108100
if File.exist?(config)

lib/picoruby

Submodule picoruby updated 36 files

0 commit comments

Comments
 (0)