We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9061843 commit 6eb114fCopy full SHA for 6eb114f
bindings/ruby/Rakefile
@@ -18,7 +18,7 @@ EXTSOURCES.each do |src|
18
end
19
20
CLEAN.include SOURCES
21
-CLEAN.include FileList["ext/*.o", "ext/*.metal", "ext/whisper.{so,bundle,dll}"]
+CLEAN.include FileList["ext/**/*.o", "ext/**/*.metal", "ext/**/*.tmp", "ext/whisper.{so,bundle,dll}"]
22
23
SRC = FileList["ext/*.{c,cpp,h}"]
24
0 commit comments