diff options
author | June McEnroe <programble@gmail.com> | 2018-02-21 15:41:33 -0500 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2018-02-21 15:41:33 -0500 |
commit | 5f917b61cdaa205319505ddb08c41ae1fce375f9 (patch) | |
tree | 873dd8ae8c3669cbe1460cd10049996e92ee1594 /Makefile | |
parent | Check if broadcast stdout is redirected (diff) | |
download | stream-5f917b61cdaa205319505ddb08c41ae1fce375f9.tar.gz stream-5f917b61cdaa205319505ddb08c41ae1fce375f9.zip |
Add view with just window size matching
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
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 |