diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-04-30 15:44:47 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2024-04-30 15:44:47 +0300 |
| commit | 912dd003b081b628085e86bc151b8d91fbccb0c8 (patch) | |
| tree | 8e27533fc5555e4c152e3f132c2b09e0dba9d86d /tdump/Makefile | |
| parent | 9fce87134559f8b5f86e105283b59e61a1707d39 (diff) | |
| download | tri-912dd003b081b628085e86bc151b8d91fbccb0c8.tar.gz tri-912dd003b081b628085e86bc151b8d91fbccb0c8.zip | |
janitorial duties
+ Add doc and formatting tooling
Diffstat (limited to 'tdump/Makefile')
| -rw-r--r-- | tdump/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 |
