From a9267f391ce3b527bb255c9a87fa3393182c1492 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Thu, 5 Feb 2026 16:54:41 +0100 Subject: [PATCH] fix(huggingface): add clean target Signed-off-by: Ettore Di Giacinto --- backend/go/huggingface/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/backend/go/huggingface/Makefile b/backend/go/huggingface/Makefile index 77b6c82ed..fddd61c00 100644 --- a/backend/go/huggingface/Makefile +++ b/backend/go/huggingface/Makefile @@ -6,4 +6,7 @@ huggingface: package: bash package.sh -build: huggingface package \ No newline at end of file +build: huggingface package + +clean: + rm -f huggingface \ No newline at end of file