aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Garlick <pgarlick@tourbillion-technology.com>2020-07-20 13:34:41 +0100
committerPaul Garlick <pgarlick@tourbillion-technology.com>2020-07-20 13:34:41 +0100
commit2589b040bad055ac589441a3f49e7ae0c59d9083 (patch)
treeeddf7d8195677cb7c96f2c27987b31f132389ebd
parent68cd1c9ed7fb8829d390a576564a9e106a68e329 (diff)
downloadfullSWOF-utils-2589b040bad055ac589441a3f49e7ae0c59d9083.tar.gz
fullswof-utils: Ignore non-existing files when cleaning doc directory.
* Makefile: Add option to remove command.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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