From 24a9ddbafaf58f05fbf95977657c8b0434da3d55 Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Sun, 25 Aug 2024 11:40:37 +0200 Subject: [PATCH] quietly ignore cleaning non-existent files --- manual/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manual/Makefile b/manual/Makefile index 900e820..d845a99 100644 --- a/manual/Makefile +++ b/manual/Makefile @@ -11,4 +11,4 @@ doc: @echo "*** Install saturn.info manually, please" clean: - -rm saturn.aux saturn.cp saturn.cps saturn.dvi saturn.info saturn.log saturn.ps saturn.toc + rm -f saturn.aux saturn.cp saturn.cps saturn.dvi saturn.info saturn.log saturn.ps saturn.toc