From 9004d5cdd68d73c4beaba6717748b8ac0bf80394 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Mon, 29 Jul 2019 22:55:14 -0400 Subject: Rename wrapper to dispatch --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a510ad2..94befab 100644 --- a/Makefile +++ b/Makefile @@ -7,12 +7,12 @@ LDLIBS = -lutil -include config.mk +BINS += dispatch BINS += ingest BINS += menu BINS += setup BINS += stream BINS += view -BINS += wrapper all: tags ${BINS} -- cgit 1.4.1