From 6b68edeba4c99ace6bae9d7eee26fb85dfee6d70 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 17 May 2021 16:31:35 +0100 Subject: [PATCH] Makefile: Clean the test bundle zipfile Signed-off-by: Ian Jackson --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 3fba3625..b961fd13 100644 --- a/Makefile +++ b/Makefile @@ -409,6 +409,7 @@ deploy: for-deploy bundled-sources assets libraries clean-for-retest: rm -f templates/script.js library/*/*.usvg stamp/* rm -rf $(LIBRARY_CLEAN) + rm -f examples/test-bundle.zip find * -name '*~' -print0 | xargs -0r rm -- clean: clean-nailing clean-for-retest -- 2.30.2