diff options
| author | June McEnroe <programble@gmail.com> | 2018-02-21 22:18:57 -0500 |
|---|---|---|
| committer | June McEnroe <programble@gmail.com> | 2018-02-21 22:18:57 -0500 |
| commit | 42ec031941fa60b9b82653796b6e130e922c92bc (patch) | |
| tree | 57cf5cd5889ef81e8ba002c8ae401dfc0c809809 /Makefile | |
| parent | Read input and remote in view (diff) | |
| download | stream-42ec031941fa60b9b82653796b6e130e922c92bc.tar.gz stream-42ec031941fa60b9b82653796b6e130e922c92bc.zip | |
Add ingest
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
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 |