about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-02-06 10:55:09 +0000
committerEric Wong <normalperson@yhbt.net>2011-02-06 10:55:09 +0000
commitfd32ba797d5a3b2d404c46fd1ed89f20fc540dcc (patch)
treea0967e2e18d159fc6e5c07658c9e734b4bdf82f4
parentbba86c017d101c365c5a22b8e2b734ff7216ce56 (diff)
downloadsleepy_penguin-fd32ba797d5a3b2d404c46fd1ed89f20fc540dcc.tar.gz
We could go C-only
-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