From 912dd003b081b628085e86bc151b8d91fbccb0c8 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Tue, 30 Apr 2024 15:44:47 +0300 Subject: janitorial duties + Add doc and formatting tooling --- tdump/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tdump/Makefile') diff --git a/tdump/Makefile b/tdump/Makefile index cf721cf..e1c1ff8 100644 --- a/tdump/Makefile +++ b/tdump/Makefile @@ -28,17 +28,17 @@ include src/source.mk .PHONY: format format: - find arch lib common include -iname '*.[ch]' |\ + find include src -iname '*.[ch]' |\ xargs uncrustify -c uncrustify.conf --no-backup -F - .PHONY: license license: - find arch lib common include -iname '*.[ch]' |\ + find include src -iname '*.[ch]' |\ xargs ./scripts/license .PHONY: docs docs: - find arch lib common include -iname '*.[ch]' -not -path */gen/* |\ + find include src -iname '*.[ch]' -not -path */gen/* |\ xargs ./scripts/warn-undocumented doxygen docs/doxygen.conf -- cgit v1.3