Skip to content

Commit

Permalink
fix rake clean
Browse files Browse the repository at this point in the history
  • Loading branch information
hasumikin committed Nov 15, 2022
1 parent dd47314 commit 56c31b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ task :clean do
FileUtils.cd "lib/picoruby" do
sh "MRUBY_CONFIG=#{MRUBY_CONFIG} rake clean"
end
FileUtils.cd "build" do
FileUtils.rm_rf Dir.glob("R2P2*.*")
end
begin
sh "cmake --build build --target clean"
rescue => e
Expand Down

0 comments on commit 56c31b2

Please sign in to comment.