Closes #1065: in Makefiles, ignore errors in "rm" using the -f flag, not a "-" prefix.

This commit is contained in:
Georg Brandl
2012-12-31 09:39:02 +01:00
parent c529f6756c
commit 998d567d5c
4 changed files with 6 additions and 6 deletions

View File

@@ -38,7 +38,7 @@ help:
@echo " linkcheck to check all external links for integrity"
clean:
-rm -rf _build/*
rm -rf _build/*
html:
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) _build/html