summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2018-02-21 22:18:57 -0500
committerJune McEnroe <programble@gmail.com>2018-02-21 22:18:57 -0500
commit42ec031941fa60b9b82653796b6e130e922c92bc (patch)
tree57cf5cd5889ef81e8ba002c8ae401dfc0c809809 /Makefile
parentRead input and remote in view (diff)
downloadstream-42ec031941fa60b9b82653796b6e130e922c92bc.tar.gz
stream-42ec031941fa60b9b82653796b6e130e922c92bc.zip
Add ingest
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b6c3d8d..664647c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-BINS = broadcast view
+BINS = broadcast ingest view
 
 CFLAGS += -Wall -Wextra -Wpedantic
 LDLIBS = -lutil