Skip to content

Commit 6eb114f

Browse files
committed
Update CLEAN targets
1 parent 9061843 commit 6eb114f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/ruby/Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ EXTSOURCES.each do |src|
1818
end
1919

2020
CLEAN.include SOURCES
21-
CLEAN.include FileList["ext/*.o", "ext/*.metal", "ext/whisper.{so,bundle,dll}"]
21+
CLEAN.include FileList["ext/**/*.o", "ext/**/*.metal", "ext/**/*.tmp", "ext/whisper.{so,bundle,dll}"]
2222

2323
SRC = FileList["ext/*.{c,cpp,h}"]
2424

0 commit comments

Comments
 (0)