From 1888d245098810df684d2326f0e195b0aceaf12d Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 13 Feb 2021 12:46:16 +0000 Subject: [PATCH] Makefile: provide new clena-for-retest target Signed-off-by: Ian Jackson --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c1673549..9bb57d23 100644 --- a/Makefile +++ b/Makefile @@ -335,9 +335,11 @@ deploy: stamp/cargo.deploy-build bundled-sources assets libraries #---------- clean ---------- -clean: clean-nailing +clean-for-retest: rm -f templates/script.js library/*/*.usvg stamp/* rm -rf $(LIBRARY_CLEAN) find * -name '*~' -print0 | xargs -0r rm -- + +clean: clean-nailing clean-for-retest rm -rf target $(NAILING_CARGO_JUST_RUN) rm -rf target -- 2.30.2