From 6bdfb59f7b9f80d9634edfa45f177245ab255812 Mon Sep 17 00:00:00 2001 From: Jochen Sprickerhof Date: Sat, 27 Feb 2021 13:13:29 +0100 Subject: [PATCH] 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3a779a3..e520337 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ PROGRAMS = \ programs/sxmo_megiaudioroute \ programs/sxmo_vibratepine -all: shellcheck $(PROGRAMS) +all: $(PROGRAMS) shellcheck: shellcheck -x scripts/*/*