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