diff options
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
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} |