Skip to content

Commit a0f3d8a

Browse files
committed
Cosmetic fix
1 parent 4559a70 commit a0f3d8a

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

bindings/ruby/Rakefile

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,9 @@ EXTSOURCES.each do |src|
1818
end
1919

2020
CLEAN.include SOURCES
21-
CLEAN.include FileList[
22-
"ext/*.o",
23-
"ext/*.metal",
24-
"ext/whisper.{so,bundle,dll}"
25-
]
21+
CLEAN.include FileList["ext/*.o", "ext/*.metal", "ext/whisper.{so,bundle,dll}"]
2622

27-
task build: FileList[
28-
"ext/Makefile",
29-
"ext/ruby_whisper.h",
30-
"ext/ruby_whisper.cpp",
31-
"whispercpp.gemspec",
32-
]
23+
task build: ["ext/Makefile", "ext/ruby_whisper.h", "ext/ruby_whisper.cpp", "whispercpp.gemspec"]
3324

3425
directory "pkg"
3526
CLOBBER.include "pkg"

0 commit comments

Comments
 (0)