diff options
author | June McEnroe <programble@gmail.com> | 2018-02-25 23:30:58 -0500 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2018-02-25 23:30:58 -0500 |
commit | 9f0221822c6f357a6ac012607c2ce7d8ca8df9b4 (patch) | |
tree | b8650ddaf049240c69cbd93926541889c561a76e /Makefile | |
parent | Switch back to static window sizing (diff) | |
download | stream-9f0221822c6f357a6ac012607c2ce7d8ca8df9b4.tar.gz stream-9f0221822c6f357a6ac012607c2ce7d8ca8df9b4.zip |
Add stop
Diffstat (limited to '')
-rw-r--r-- | Makefile | 2 |
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 |