aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d46978d..88855fa 100644
--- a/Makefile
+++ b/Makefile
@@ -46,7 +46,8 @@ license:
.PHONY: docs
docs:
- ./scripts/warn-undocumented
+ find src include -iname '*.[ch]' |\
+ xargs -n 10 -P 0 ./scripts/warn-undocumented
doxygen docs/doxygen.conf
.PHONY: check