diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-05-29 21:49:39 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-05-29 21:49:39 +0300 |
| commit | 32f9719e29762001f73460acd31f2a6da8fd6298 (patch) | |
| tree | 61605ebc344dc8d1fd957d920d15dcaee6cee669 /Makefile | |
| parent | 4e52c518e35dfb6986efff67fb2fa82857de06c8 (diff) | |
| download | gran-32f9719e29762001f73460acd31f2a6da8fd6298.tar.gz gran-32f9719e29762001f73460acd31f2a6da8fd6298.zip | |
silence some trivial warnings
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
