Add sxmo_vibratepine to programs list for Makefile
This commit is contained in:
parent
7830d95209
commit
f16b3f9762
1 changed files with 6 additions and 1 deletions
7
Makefile
7
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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue