about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--pkg.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg.mk b/pkg.mk
index 247fa69..cf36084 100644
--- a/pkg.mk
+++ b/pkg.mk
@@ -61,7 +61,7 @@ manifest:
         $(RM) $@+
 
 doc:: .document .wrongdoc.yml
-        find lib -type f -name '*.rbc' -exec rm -f '{}' ';'
+        -find lib -type f -name '*.rbc' -exec rm -f '{}' ';'
         -find ext -type f -name '*.rbc' -exec rm -f '{}' ';'
         $(RM) -r doc
         $(WRONGDOC) all