aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6c62903..3d790cf 100644
--- a/Makefile
+++ b/Makefile
@@ -100,8 +100,14 @@ format:
find arch lib common include -iname '*.[ch]' \
-exec clang-format -i -style=file {} \+
+.PHONY: docs
+docs:
+ ./scripts/warn-undocumented
+ doxygen docs/doxygen.conf
+
RM ?= rm -f
+.PHONY: clean
clean:
$(RM) -r $(CLEANUP)