From 2589b040bad055ac589441a3f49e7ae0c59d9083 Mon Sep 17 00:00:00 2001 From: Paul Garlick Date: Mon, 20 Jul 2020 13:34:41 +0100 Subject: fullswof-utils: Ignore non-existing files when cleaning doc directory. * Makefile: Add option to remove command. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 642f46e..7093000 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ html-doc: doc/fullswof-utils.texi clean: @echo "Cleaning up..." - @rm doc/fullswof-utils.info doc/images doc/dir + @rm -f doc/fullswof-utils.info doc/images doc/dir @rm -rf manual .PHONY: all clean -- cgit