star-buffer

Load 1D arrays in binary format
git clone git://git.meso-star.fr/star-buffer.git
Log | Files | Refs | README | LICENSE

commit d5c1070d0c9536727fd958dc2fc062038c111840
parent 8b611e0dbef73bbf813f7f785fe49870d2257661
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri, 28 Jul 2023 10:21:57 +0200

Check the man page when calling make lint

Diffstat:
MMakefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -103,6 +103,7 @@ distclean: clean lint: shellcheck -o all make.sh + mandoc -Tlint -Wall sbuf.5 ################################################################################ # Tests