aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2023-05-08 21:14:56 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2023-05-08 21:14:56 +0300
commit3109effe7297232e17c1792e63c3a9c7d129a4eb (patch)
tree416e627518960ae39f4af332380df81ff4e62c99 /Makefile
parenta893baa9dcd8d28d0c45d3230cbbcbea9a8abcd9 (diff)
downloadkmi-3109effe7297232e17c1792e63c3a9c7d129a4eb.tar.gz
kmi-3109effe7297232e17c1792e63c3a9c7d129a4eb.zip
improve undocumented file warning
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e3fe55e..56e7254 100644
--- a/Makefile
+++ b/Makefile
@@ -109,7 +109,8 @@ license:
.PHONY: docs
docs:
- ./scripts/warn-undocumented
+ find arch lib common include -iname '*.[ch]' -not -path */gen/* |\
+ xargs ./scripts/warn-undocumented
doxygen docs/doxygen.conf
# bmake didn't seem to have the -f flag on by default