Don't run shellcheck in make all
I don't think users (through sxmo-build, for example) need to run shellcheck just to install this. Note that .build.yml still runs it. Signed-off-by: Maarten van Gompel <proycon@anaproy.nl>
This commit is contained in:
parent
004e0896a4
commit
6bdfb59f7b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -9,7 +9,7 @@ PROGRAMS = \
|
|||
programs/sxmo_megiaudioroute \
|
||||
programs/sxmo_vibratepine
|
||||
|
||||
all: shellcheck $(PROGRAMS)
|
||||
all: $(PROGRAMS)
|
||||
|
||||
shellcheck:
|
||||
shellcheck -x scripts/*/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue