make clean also deletes Doxyfile
[iserv-mod-error-reporter.git] / Makefile
index a555f54..3b25f0f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -128,6 +128,7 @@ endif
 
 # clean up
 clean: distclean
+       [ -e Doxyfile ] && rm Doxyfile
 
 distclean:
        $(RM) doc/source
This page took 0.020427 seconds and 4 git commands to generate.