mirror of
https://github.com/mudler/LocalAI.git
synced 2026-05-18 05:33:09 -04:00
fix: add missing clean targets
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
@@ -34,4 +34,7 @@ piper: sources/go-piper sources/go-piper/libpiper_binding.a espeak-ng-data
|
||||
package:
|
||||
bash package.sh
|
||||
|
||||
build: piper package
|
||||
build: piper package
|
||||
|
||||
clean:
|
||||
rm -f piper
|
||||
@@ -44,4 +44,7 @@ silero-vad: backend-assets/lib/libonnxruntime.so.1
|
||||
package:
|
||||
bash package.sh
|
||||
|
||||
build: silero-vad package
|
||||
build: silero-vad package
|
||||
|
||||
clean:
|
||||
rm -f silero-vad
|
||||
Reference in New Issue
Block a user