From f16b3f9762ff6a23256b3458e35f7dcaee6b9fbc Mon Sep 17 00:00:00 2001 From: Miles Alan Date: Tue, 15 Sep 2020 19:37:33 -0500 Subject: [PATCH] Add sxmo_vibratepine to programs list for Makefile --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e656a63..f917cf8 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,12 @@ PREFIX:=/ .PHONY: install shellcheck -PROGRAMS = programs/sxmo_setpineled programs/sxmo_setpinebacklight programs/sxmo_screenlock programs/sxmo_megiaudioroute programs/sxmo_megiaudioroute +PROGRAMS = \ + programs/sxmo_setpineled \ + programs/sxmo_setpinebacklight \ + programs/sxmo_screenlock \ + programs/sxmo_megiaudioroute \ + programs/sxmo_vibratepine all: shellcheck $(PROGRAMS)