From: Ian Jackson Date: Mon, 17 May 2021 15:31:35 +0000 (+0100) Subject: Makefile: Clean the test bundle zipfile X-Git-Tag: otter-0.6.0~195 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=6b68edeba4c99ace6bae9d7eee26fb85dfee6d70;p=otter.git Makefile: Clean the test bundle zipfile Signed-off-by: Ian Jackson --- 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