summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--.gitignore2
-rw-r--r--Makefile2
-rw-r--r--stream.c (renamed from ptee.c)0
3 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index f5ed2af..cc74683 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,5 @@
 chroot.tar
 config.mk
-ptee
 root
+stream
 tags
diff --git a/Makefile b/Makefile
index ece7cca..c27b886 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ LDLIBS = -lutil
 
 -include config.mk
 
-BINS = ptee
+BINS = stream
 
 all: tags ${BINS}
 
diff --git a/ptee.c b/stream.c
index e760eb3..e760eb3 100644
--- a/ptee.c
+++ b/stream.c