Skip to content

Commit 0f0fa65

Browse files
committed
Fix Rakefile
1 parent 513b48e commit 0f0fa65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Rakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ end
124124

125125
task :libmruby => "lib/picoruby" do
126126
FileUtils.cd "lib/picoruby" do
127-
sh "MRUBY_CONFIG=default rake test"
127+
sh "rake test"
128128
sh "MRUBY_CONFIG=#{mruby_config} rake"
129129
end
130130
end
@@ -163,7 +163,7 @@ task :clean do
163163
FileUtils.cd "lib/picoruby" do
164164
sh "rake clean"
165165
end
166-
%(build_pico build_pico2).each do |dir|
166+
%w(build_pico build_pico2).each do |dir|
167167
FileUtils.cd dir do
168168
FileUtils.rm_rf Dir.glob("prk_firmware-*.*")
169169
end

0 commit comments

Comments
 (0)