logo

utils-extra

Collection of extra tools for Unixes
commit: 19ed88fc1560b964f6f23bf6577c9cc4d8b721c3
parent 20091cc822309e1b07fe4a2f583582a34fffe623
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Tue, 26 Sep 2023 17:43:24 +0200

Makefile: Fix format target

Diffstat:

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

diff --git a/Makefile b/Makefile @@ -48,7 +48,7 @@ cmd-install: coverage: $(GCOV) -b $(EXE) -C_SOURCES = cmd/*.c lib/*.h lib/*.c +C_SOURCES = cmd/*.c format: $(C_SOURCES) clang-format -style=file -assume-filename=.clang-format -i $(C_SOURCES)