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:
Jochen Sprickerhof 2021-02-27 13:13:29 +01:00 committed by Maarten van Gompel
parent 004e0896a4
commit 6bdfb59f7b

View file

@ -9,7 +9,7 @@ PROGRAMS = \
programs/sxmo_megiaudioroute \
programs/sxmo_vibratepine
all: shellcheck $(PROGRAMS)
all: $(PROGRAMS)
shellcheck:
shellcheck -x scripts/*/*