From c87986624f63c352edfd44df2559c2f5a3cad349 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Tue, 4 Oct 2022 11:03:29 +0000 Subject: [PATCH] py-mods.mk: Add missing py.clean py.clean is not run for clean target, fix that Signed-off-by: Jan Lindemann --- make/py-mods.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/py-mods.mk b/make/py-mods.mk index 14766e62..07579e3a 100644 --- a/make/py-mods.mk +++ b/make/py-mods.mk @@ -6,7 +6,7 @@ include $(JWBDIR)/make/py-rules.mk all: install: -clean: +clean: py.clean distclean: ifeq ($(PY_RUN_CHECK_AFTER_BUILD),true)