summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-07-28 16:02:50 -0400
committerJune McEnroe <june@causal.agency>2019-07-28 16:02:50 -0400
commit9f16dc623c229a29d5a15c60d54e81472fb71277 (patch)
tree3bf0e4ba8882560507d26745647f2876697dfb5c /Makefile
parentRename ptee stream (diff)
downloadstream-9f16dc623c229a29d5a15c60d54e81472fb71277.tar.gz
stream-9f16dc623c229a29d5a15c60d54e81472fb71277.zip
Add empty commands
Diffstat (limited to '')
-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}