From: Ian Jackson Date: Mon, 17 May 2021 15:32:15 +0000 (+0100) Subject: Makefile: Clean files *.tmp X-Git-Tag: otter-0.6.0~194 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=4b8441122e6bad0b17c6c218f1ee83d2264e08a8;p=otter.git Makefile: Clean files *.tmp Signed-off-by: Ian Jackson --- diff --git a/Makefile b/Makefile index b961fd13..15845e32 100644 --- a/Makefile +++ b/Makefile @@ -410,7 +410,7 @@ 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 -- + find * \( -name '*~' -o -name '*.tmp' \) -print0 | xargs -0r rm -- clean: clean-nailing clean-for-retest rm -rf target