commit 414cbd96e99624dbd6bdc7fe44e837654c375482 parent b4a7f7e6ea889542daaf3fccc84aadda5fc37d94 Author: vaplv <vaplv@free.fr> Date: Wed, 22 Mar 2023 10:59:20 +0100 Add a lint target to the POSIX Makefile It checks the conformity of the make.sh script Diffstat:
| M | Makefile | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile @@ -342,3 +342,6 @@ clean: clean_test distclean: clean @rm -f $(DEP) $(TEST_DEP) + +lint: + @shellcheck -o all make.sh