From 025842c21e819a58b9cf67b3e227e9ed95d00b00 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 30 Nov 2020 18:34:04 +0000 Subject: [PATCH] make things clean Signed-off-by: Ian Jackson --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 39f79aad..49313a38 100644 --- a/Makefile +++ b/Makefile @@ -266,5 +266,6 @@ deploy: stamp/cargo.deploy-build bundled-sources assets libraries #---------- clean ---------- clean: - rm -f templates/script.js library/*/*.usvg + rm -f templates/script.js library/*/*.usvg stamp/* rm -rf target + $(NAILING_CARGO_JUST_RUN) rm -rf target -- 2.30.2