From 15c12674b602a7681200ea8fce9991743946b34f Mon Sep 17 00:00:00 2001 From: Richard Palethorpe Date: Fri, 6 Feb 2026 16:12:45 +0000 Subject: [PATCH] fix(qwen-asr): Remove contagious slop (DEFAULT_GOAL) from Makefile (#8431) Signed-off-by: Richard Palethorpe --- backend/python/qwen-asr/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/backend/python/qwen-asr/Makefile b/backend/python/qwen-asr/Makefile index 5fd27aa3b..b47d47f20 100644 --- a/backend/python/qwen-asr/Makefile +++ b/backend/python/qwen-asr/Makefile @@ -1,5 +1,3 @@ -.DEFAULT_GOAL := install - .PHONY: qwen-asr qwen-asr: bash install.sh