summaryrefslogtreecommitdiffhomepage
path: root/Makefile.doc
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.doc')
-rw-r--r--Makefile.doc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.doc b/Makefile.doc
index cf95c187f..02bfa55d6 100644
--- a/Makefile.doc
+++ b/Makefile.doc
@@ -11,5 +11,5 @@ docserver : docs
firefox doxygen/html/index.html
docsclean :
- rm -r doxygen
+ rm -rf doxygen
.PHONY : docserver docsclean