Skip to content

Commit 16897f4

Browse files
committed
Makefile.in: Add the shellcheck target
Run shellcheck on the build.sh and the build_matrix.sh scripts. (using 'gcc' format: GCC compatible output. See the shellcheck man page) [skip ci] (cherry picked from commit 657d672)
1 parent 50d4b6d commit 16897f4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -475,3 +475,6 @@ testlist:
475475

476476
depend:
477477
$(MKDEP) -c "$(CC)" -m "$(DEPENDENCY_CFLAG)" -s "$(srcdir)" $(DEFS) $(INCLS) $(SRC) $(LIBNETDISSECT_SRC)
478+
479+
shellcheck:
480+
shellcheck -f gcc build.sh build_matrix.sh

0 commit comments

Comments
 (0)