summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2018-02-21 15:41:33 -0500
committerJune McEnroe <programble@gmail.com>2018-02-21 15:41:33 -0500
commit5f917b61cdaa205319505ddb08c41ae1fce375f9 (patch)
tree873dd8ae8c3669cbe1460cd10049996e92ee1594 /Makefile
parentCheck if broadcast stdout is redirected (diff)
downloadstream-5f917b61cdaa205319505ddb08c41ae1fce375f9.tar.gz
stream-5f917b61cdaa205319505ddb08c41ae1fce375f9.zip
Add view with just window size matching
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a80fc35..b6c3d8d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-BINS = broadcast
+BINS = broadcast view
 
 CFLAGS += -Wall -Wextra -Wpedantic
 LDLIBS = -lutil