fix: add missing clean targets

Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
Ettore Di Giacinto
2026-02-05 16:38:16 +01:00
parent 8989d2944e
commit c0461f32a1
2 changed files with 8 additions and 2 deletions

View File

@@ -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

View File

@@ -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