diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |