summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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}