From 9f16dc623c229a29d5a15c60d54e81472fb71277 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sun, 28 Jul 2019 16:02:50 -0400 Subject: Add empty commands --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c27b886..a510ad2 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,12 @@ LDLIBS = -lutil -include config.mk -BINS = stream +BINS += ingest +BINS += menu +BINS += setup +BINS += stream +BINS += view +BINS += wrapper all: tags ${BINS} -- cgit 1.4.1