added make test
This commit is contained in:
parent
6bdfb59f7b
commit
efef4fc16a
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -11,6 +11,8 @@ PROGRAMS = \
|
||||||
|
|
||||||
all: $(PROGRAMS)
|
all: $(PROGRAMS)
|
||||||
|
|
||||||
|
test: shellcheck
|
||||||
|
|
||||||
shellcheck:
|
shellcheck:
|
||||||
shellcheck -x scripts/*/*
|
shellcheck -x scripts/*/*
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue