From: Ian Jackson Date: Thu, 14 Jan 2021 20:51:57 +0000 (+0000) Subject: make clean: Remove emacs backup files too X-Git-Tag: otter-0.3.0^0 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=0032efcf40175554890718854b7fe7df40acf298;p=otter.git make clean: Remove emacs backup files too Signed-off-by: Ian Jackson --- diff --git a/Makefile b/Makefile index 45b65e79..c17633b9 100644 --- a/Makefile +++ b/Makefile @@ -333,5 +333,6 @@ deploy: stamp/cargo.deploy-build bundled-sources assets libraries clean: clean-nailing rm -f templates/script.js library/*/*.usvg stamp/* rm -rf $(LIBRARY_CLEAN) + find * -name '*~' -print0 | xargs -0r rm -- rm -rf target $(NAILING_CARGO_JUST_RUN) rm -rf target