Skip to content
This repository has been archived by the owner on Oct 8, 2023. It is now read-only.

Commit

Permalink
Clean up more files when running rake clean
Browse files Browse the repository at this point in the history
  • Loading branch information
seven1m committed Jul 29, 2023
1 parent 324d248 commit c89dfd1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ task :clean do
build/*.o
build/node
build/asan_test
ext/natalie_parser/*.{h,log,o}
ext/natalie_parser/*.{h,log,so,o,bundle}
ext/natalie_parser/Makefile
ext/natalie_parser/*.h
]].each { |path| rm_rf path if File.exist?(path) }
end

Expand Down

0 comments on commit c89dfd1

Please sign in to comment.