summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-07-29 22:55:14 -0400
committerJune McEnroe <june@causal.agency>2019-07-29 22:55:14 -0400
commit9004d5cdd68d73c4beaba6717748b8ac0bf80394 (patch)
tree4b1ccada4e41db776b077c1a4fe7f900ed4f1470 /Makefile
parentTrack only the max client fd (diff)
downloadstream-9004d5cdd68d73c4beaba6717748b8ac0bf80394.tar.gz
stream-9004d5cdd68d73c4beaba6717748b8ac0bf80394.zip
Rename wrapper to dispatch
Diffstat (limited to '')
-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}