logo

utils-std

Collection of commonly available Unix tools
commit: 12c3952399696745b16357437dd46adfa3757177
parent 6f1a09c2fbe2d7b0c2dc1b9419d2751361c0e2dc
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Wed,  1 Nov 2023 10:51:18 +0100

Makefile: reuse --quiet

Diffstat:

MMakefile2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -23,7 +23,7 @@ lint: $(MAN1SO) $(SHELLCHECK) ./configure ./test_functions.sh ${FLAWFINDER} --error-level=4 . $(MANDOC) -Tlint -Wunsupp,error,warning $(MAN1) - $(REUSE) lint + $(REUSE) lint --quiet .PHONY: clean clean: