summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2018-02-25 23:30:58 -0500
committerJune McEnroe <programble@gmail.com>2018-02-25 23:30:58 -0500
commit9f0221822c6f357a6ac012607c2ce7d8ca8df9b4 (patch)
treeb8650ddaf049240c69cbd93926541889c561a76e /Makefile
parentSwitch back to static window sizing (diff)
downloadstream-9f0221822c6f357a6ac012607c2ce7d8ca8df9b4.tar.gz
stream-9f0221822c6f357a6ac012607c2ce7d8ca8df9b4.zip
Add stop
Diffstat (limited to '')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 58e7cc9..e37fc70 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-BINS = ingest ptee setup ssh-command view
+BINS = create destroy ingest ptee ssh-command view
 USER = stream
 
 CFLAGS += -Wall -Wextra -Wpedantic